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