mirror of
https://git.sr.ht/~kivikakk/niar
synced 2024-12-22 23:02:24 +00:00
workflows: .venv/bin/.
This commit is contained in:
parent
222151cf55
commit
1fc3c5697d
2
.github/workflows/unit-tests.yml
vendored
2
.github/workflows/unit-tests.yml
vendored
|
@ -23,4 +23,4 @@ jobs:
|
||||||
run: pdm install
|
run: pdm install
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: pytest
|
run: .venv/bin/pytest
|
||||||
|
|
Loading…
Reference in a new issue