mirror of
https://github.com/Cian-H/read_aconity_layers.git
synced 2025-12-22 18:31:56 +00:00
Fixed python package testing workflow
This commit is contained in:
3
.github/workflows/python-package.yaml
vendored
3
.github/workflows/python-package.yaml
vendored
@@ -33,6 +33,9 @@ jobs:
|
||||
uses: abatilo/actions-poetry@v4
|
||||
with:
|
||||
poetry-version: ${{ matrix.poetry-version }}
|
||||
- name: Ensure lockfile is updated
|
||||
run: |
|
||||
poetry lock
|
||||
- name: Install python dependencies
|
||||
run: |
|
||||
poetry install
|
||||
|
||||
Reference in New Issue
Block a user