mirror of
https://git.sr.ht/~kivikakk/niar
synced 2024-12-22 23:02:24 +00:00
setup-action: install pytest.
This commit is contained in:
parent
b7d42f0b00
commit
854b29ae56
|
@ -19,6 +19,10 @@ runs:
|
|||
python-version: '3.12'
|
||||
cache: pip
|
||||
|
||||
- name: Install pytest
|
||||
run: pip install pytest
|
||||
shell: bash
|
||||
|
||||
- name: Install niar
|
||||
run: cd setup-niar-out/niar && pip install -e .
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue