Skip to content

Commit a4fc422

Browse files
committed
Add poetry lock to CI
1 parent 460f76c commit a4fc422

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
uses: abatilo/actions-poetry@v2
2020
with:
2121
poetry-version: ${{ matrix.poetry-version }}
22+
- name: Update lock file
23+
run: poetry lock --no-update
2224
- name: Install the project dependencies
2325
run: poetry install
2426
- name: Lint with black

0 commit comments

Comments
 (0)