ci: switch to poetry maybe? :)

This commit is contained in:
izzy lyseggen
2021-04-27 10:05:39 +01:00
parent 5a9b4137da
commit bb48054fea
+2 -3
View File
@@ -37,9 +37,8 @@ jobs:
command: python -m pip install --upgrade pip
name: upgrade pip
- python/install-packages:
pip-dependency-file: requirements.txt
pkg-manager: pip
- run: pytest
pkg-manager: poetry
- run: poetry run pytest --version
workflows:
main: