Skip to content

Commit 61a3715

Browse files
committed
Remove no-update
1 parent 134c8b4 commit 61a3715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Update lock file
2323
run: poetry lock
2424
- name: Install the project dependencies
25-
run: poetry install --no-update
25+
run: poetry install
2626
- name: Lint with black
2727
run: poetry run black --check .
2828

0 commit comments

Comments
 (0)