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 cc40324 + a9b9f3d commit bb4c13fCopy full SHA for bb4c13f
1 file changed
action.yml
@@ -34,7 +34,7 @@ runs:
34
steps:
35
- name: Install Dependencies
36
id: dependencies
37
- run: pip install --quiet --upgrade -r ${{ github.action_path }}/requirements.txt
+ run: pip3 install --quiet --upgrade -r ${{ github.action_path }}/requirements.txt
38
shell: bash
39
- name: Get Latest Version
40
id: get_version
0 commit comments