Skip to content

Commit a9b9f3d

Browse files
committed
fix: execution on self-hosted runners
1 parent cc40324 commit a9b9f3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
steps:
3535
- name: Install Dependencies
3636
id: dependencies
37-
run: pip install --quiet --upgrade -r ${{ github.action_path }}/requirements.txt
37+
run: pip3 install --quiet --upgrade -r ${{ github.action_path }}/requirements.txt
3838
shell: bash
3939
- name: Get Latest Version
4040
id: get_version

0 commit comments

Comments
 (0)