Skip to content

Commit e69bab8

Browse files
authored
Modify poetry install command in workflow
Updated poetry install command to include --no-cache option.
1 parent 97a52c3 commit e69bab8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Install dependencies (if venv cache is not found)
5959
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
60-
run: poetry install --no-interaction --no-root --all-extras
60+
run: poetry install --no-interaction --no-root --no-cache --all-extras
6161

6262
- name: Install the project itself
6363
run: poetry install --no-interaction --only-root

0 commit comments

Comments
 (0)