Skip to content

Commit 134c8b4

Browse files
committed
Fix poetry install to no-update
1 parent a4fc422 commit 134c8b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
with:
2121
poetry-version: ${{ matrix.poetry-version }}
2222
- name: Update lock file
23-
run: poetry lock --no-update
23+
run: poetry lock
2424
- name: Install the project dependencies
25-
run: poetry install
25+
run: poetry install --no-update
2626
- name: Lint with black
2727
run: poetry run black --check .
2828

0 commit comments

Comments
 (0)