mirror of
https://git.sr.ht/~kivikakk/niar
synced 2024-12-22 17:02:25 +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
|
||||
|
||||
- name: Run tests
|
||||
run: pytest
|
||||
run: .venv/bin/pytest
|
||||
|
|
Loading…
Reference in a new issue