We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 460f76c commit a4fc422Copy full SHA for a4fc422
.github/workflows/build-test.yml
@@ -19,6 +19,8 @@ jobs:
19
uses: abatilo/actions-poetry@v2
20
with:
21
poetry-version: ${{ matrix.poetry-version }}
22
+ - name: Update lock file
23
+ run: poetry lock --no-update
24
- name: Install the project dependencies
25
run: poetry install
26
- name: Lint with black
0 commit comments