1
0
Fork 0
mirror of https://git.sr.ht/~kivikakk/niar synced 2024-12-22 18:42:25 +00:00

setup-action: install pytest.

This commit is contained in:
Asherah Connor 2024-06-16 13:11:28 +03:00
parent b7d42f0b00
commit 854b29ae56

View file

@ -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