mirror of
https://git.sr.ht/~kivikakk/niar
synced 2024-12-22 23:22:24 +00:00
setup-action: one day I will remember to include shell: bash.
This commit is contained in:
parent
81961bba89
commit
dc8c97b368
|
@ -27,6 +27,7 @@ runs:
|
||||||
|
|
||||||
- name: Install client repo pip dependencies
|
- name: Install client repo pip dependencies
|
||||||
run: pip install --editable .
|
run: pip install --editable .
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Install pytest
|
- name: Install pytest
|
||||||
run: pip install pytest
|
run: pip install pytest
|
||||||
|
|
Loading…
Reference in a new issue