Fix GH action file

v2
Thomas Sileo 2022-06-22 20:40:23 +02:00
rodzic d98bd0e5ee
commit 74e1d0720c
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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