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 cc40324 commit a9b9f3dCopy full SHA for a9b9f3d
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