Fixing CI building
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Adsooi 2024-09-18 23:11:44 +02:00
parent 3104dea918
commit 2ee7da7995
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
2 changed files with 9 additions and 5 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
cd "$(dirname "$(readlink -f "$0" || realpath "$0")")/.."
cd "$(dirname "$(readlink -f "$0" || realpath "$0")")/"
# Run python tests
pytest --cov --cov-report term-missing
PYTHONPATH="$PYTHONPATH:.." pytest --cov --cov-report term-missing ..