fix: Passing tests

This commit is contained in:
Andrejus
2021-06-28 17:30:47 +01:00
parent 4625f0f906
commit b6b9d38b5b
3 changed files with 9 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
bash -l -c "poetry install && poetry run pytest"
# pyenv install --skip-existing && pyenv shell
poetry install && poetry run pytest