Skip to content

Commit 030aa3c

Browse files
committed
use github.action_path for requirements.txt
1 parent 6f9cf5a commit 030aa3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
- name: install dependencies
1717
shell: bash -l {0}
1818
run: |
19-
python -m pip install -r requirements.txt
19+
python -m pip install -r ${{ github.action_path }}/requirements.txt
2020
- name: analyze environments
2121
shell: bash -l {0}
2222
env:

0 commit comments

Comments
 (0)