Fix GH action file
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -14,6 +14,6 @@ jobs:
|
|||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
cache: 'poetry'
|
cache: 'poetry'
|
||||||
- run: |
|
- run: |
|
||||||
poetry env use "3.10"
|
poetry env use "3.10"
|
||||||
poetry install --no-interaction
|
poetry install --no-interaction
|
||||||
- run: poetry run inv tests
|
- run: poetry run inv tests
|
||||||
|
Reference in New Issue
Block a user