Fix GH action file
parent
d98bd0e5ee
commit
74e1d0720c
|
@ -14,6 +14,6 @@ jobs:
|
|||
python-version: '3.10'
|
||||
cache: 'poetry'
|
||||
- run: |
|
||||
poetry env use "3.10"
|
||||
poetry install --no-interaction
|
||||
poetry env use "3.10"
|
||||
poetry install --no-interaction
|
||||
- run: poetry run inv tests
|
||||
|
|
Loading…
Reference in New Issue