mirror of
https://github.com/Cian-H/read_aconity_layers.git
synced 2026-04-23 09:25:50 +01:00
Fixed python package testing workflow
This commit is contained in:
@@ -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