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.
2 parents 97184e7 + d3f356c commit 75ec9c5Copy full SHA for 75ec9c5
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