1
0
Fork 0
mirror of https://git.sr.ht/~kivikakk/niar synced 2024-12-22 23:02:24 +00:00

setup-action: one day I will remember to include shell: bash.

This commit is contained in:
Asherah Connor 2024-06-27 18:45:32 +03:00
parent 81961bba89
commit dc8c97b368

View file

@ -27,6 +27,7 @@ runs:
- name: Install client repo pip dependencies
run: pip install --editable .
shell: bash
- name: Install pytest
run: pip install pytest