Use python from venv
Some checks failed
Run Tests / run-tests (push) Failing after 38s

This commit is contained in:
2026-05-01 19:12:40 +02:00
parent 0632899f7a
commit 0dd5cc885c

View File

@@ -20,4 +20,5 @@ jobs:
python3 -m poetry env info python3 -m poetry env info
- name: Run the automated tests - name: Run the automated tests
run: | run: |
python3 -m poetry run python -m pytest tests source .venv/bin/activate
poetry run pytest tests