use absolute path
This commit is contained in:
parent
68db5879c6
commit
6ad6747833
@ -23,7 +23,7 @@ runs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
run: pip install -r ./requirements.txt
|
run: pip install -r ${{ github.action_path }}/requirements.txt
|
||||||
|
|
||||||
- name: Run install script
|
- name: Run install script
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user