Use poe to run test task (taskipy was replaced)
This commit is contained in:
parent
93f9dc3b20
commit
943d2bb8c3
2
.github/workflows/unit-tests.yml
vendored
2
.github/workflows/unit-tests.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue