We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9cf5a commit 030aa3cCopy full SHA for 030aa3c
action.yaml
@@ -16,7 +16,7 @@ runs:
16
- name: install dependencies
17
shell: bash -l {0}
18
run: |
19
- python -m pip install -r requirements.txt
+ python -m pip install -r ${{ github.action_path }}/requirements.txt
20
- name: analyze environments
21
22
env:
0 commit comments