Fix CI...
This commit is contained in:
parent
2b799196e6
commit
d98bd0e5ee
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -13,5 +13,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
cache: 'poetry'
|
cache: 'poetry'
|
||||||
- run: poetry install
|
- run: |
|
||||||
|
poetry env use "3.10"
|
||||||
|
poetry install --no-interaction
|
||||||
- run: poetry run inv tests
|
- run: poetry run inv tests
|
||||||
|
|
Loading…
Reference in a new issue