We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 134c8b4 commit 61a3715Copy full SHA for 61a3715
.github/workflows/build-test.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Update lock file
23
run: poetry lock
24
- name: Install the project dependencies
25
- run: poetry install --no-update
+ run: poetry install
26
- name: Lint with black
27
run: poetry run black --check .
28
0 commit comments