There was an error while loading. Please reload this page.
1 parent 97a52c3 commit e69bab8Copy full SHA for e69bab8
1 file changed
.github/workflows/python-package.yml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Install dependencies (if venv cache is not found)
59
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
60
- run: poetry install --no-interaction --no-root --all-extras
+ run: poetry install --no-interaction --no-root --no-cache --all-extras
61
62
- name: Install the project itself
63
run: poetry install --no-interaction --only-root
0 commit comments