fix: test suite passing

This commit is contained in:
Andrejus Kostarevas
2021-07-23 17:09:00 +01:00
parent a1d4096406
commit f371a380ac
7 changed files with 288 additions and 164 deletions

View File

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