We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa768f3 commit b0b3783Copy full SHA for b0b3783
.github/workflows/run_system_tests.yml
@@ -35,7 +35,7 @@ jobs:
35
.tox
36
key: run-system-tests-${{ runner.os }}-${{ matrix.configuration }}-${{ hashFiles('poetry.lock') }}
37
- name: Clear Poetry cache
38
- run: poetry cache clear PyPI --all
+ run: poetry cache clear PyPI --all -n
39
- name: Install dependencies
40
run: poetry install
41
- name: Run system tests
0 commit comments