Thomas Sileo 2022-06-22 20:38:49 +02:00
rodzic 2b799196e6
commit d98bd0e5ee
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -13,5 +13,7 @@ jobs:
with:
python-version: '3.10'
cache: 'poetry'
- run: poetry install
- run: |
poetry env use "3.10"
poetry install --no-interaction
- run: poetry run inv tests