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 97184e7 commit d3f356cCopy full SHA for d3f356c
1 file changed
action.yml
@@ -38,7 +38,7 @@ runs:
38
steps:
39
- name: Install Dependencies
40
id: dependencies
41
- run: pip install --quiet --upgrade -r ${{ github.action_path }}/requirements.txt
+ run: pip3 install --quiet --upgrade -r ${{ github.action_path }}/requirements.txt
42
shell: bash
43
- name: Get Latest Version
44
id: get_version
0 commit comments