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 5b89f8e commit b1e393eCopy full SHA for b1e393e
action.yml
@@ -13,4 +13,4 @@ runs:
13
cache-dependency-path: ${{ github.action_path }}/requirements.txt
14
- name: Install Dependencies
15
shell: bash
16
- run: pip install ${{ github.action_path }}/requirements.txt
+ run: pip install -r ${{ github.action_path }}/requirements.txt
0 commit comments