Skip to content

Commit c950d6d

Browse files
committed
CI: Disable cleaning of ubuntu instance
1 parent 29cd2d2 commit c950d6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
# Free space
3636
sudo apt clean
37-
docker rmi $(docker image ls -aq)
37+
# docker rmi $(docker image ls -aq)
3838
df -h
3939
tox -e testexamples
4040

tests/commands/pkg/test_outdated.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def test_project(clirunner, validate_cliresult, isolated_pio_core, tmp_path):
5656
re.MULTILINE,
5757
)
5858
assert re.search(
59-
r"^DallasTemperature\s+3\.\d\.1\s+3\.\d+\.\d+\s+3\.\d+\.\d+\s+Library\s+devkit",
59+
r"^DallasTemperature\s+3\.\d\.1\s+3\.\d+\.\d+\s+4\.\d+\.\d+\s+Library\s+devkit",
6060
result.output,
6161
re.MULTILINE,
6262
)

0 commit comments

Comments
 (0)