Skip to content

Commit bb4c13f

Browse files
authored
Merge pull request #3 from joepitt91/self-hosted
fix: execution on self-hosted runners
2 parents cc40324 + a9b9f3d commit bb4c13f

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)