pip install poetry ; poetry install

pull/42/head
Christian Clauss 6 years ago committed by GitHub
parent a82c911313
commit 1e3ed79c55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,5 +14,6 @@ jobs:
- run: codespell --quiet-level=2 || true # --ignore-words-list="" --skip=""
- run: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
- run: isort --recursive . || true
- run: pip install -r requirements.txt || true
- run: pytest . || true
- run: pip install poetry
- run: poetry install
- run: pytest

Loading…
Cancel
Save