Fix GH action file
parent
d98bd0e5ee
commit
74e1d0720c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue