Skip to content

Commit b0b3783

Browse files
committed
github: Poetry cache clear needs -n to avoid interactive prompt
1 parent fa768f3 commit b0b3783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_system_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
.tox
3636
key: run-system-tests-${{ runner.os }}-${{ matrix.configuration }}-${{ hashFiles('poetry.lock') }}
3737
- name: Clear Poetry cache
38-
run: poetry cache clear PyPI --all
38+
run: poetry cache clear PyPI --all -n
3939
- name: Install dependencies
4040
run: poetry install
4141
- name: Run system tests

0 commit comments

Comments
 (0)