Use poe to run test task (taskipy was replaced)

This commit is contained in:
ItsDrike 2024-07-13 13:29:54 +02:00
parent 93f9dc3b20
commit 943d2bb8c3
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -27,7 +27,7 @@ jobs:
- name: Run pytest
shell: bash
run: |
poetry run task test
poetry run poe test
python .github/scripts/normalize_coverage.py
mv .coverage .coverage.${{ matrix.platform }}.${{ matrix.python-version }}