Skip to content

Commit 75ec9c5

Browse files
authored
Merge pull request #2 from joepitt91:self-hosted
fix: execution on self-hosted runners
2 parents 97184e7 + d3f356c commit 75ec9c5

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
@@ -38,7 +38,7 @@ runs:
3838
steps:
3939
- name: Install Dependencies
4040
id: dependencies
41-
run: pip install --quiet --upgrade -r ${{ github.action_path }}/requirements.txt
41+
run: pip3 install --quiet --upgrade -r ${{ github.action_path }}/requirements.txt
4242
shell: bash
4343
- name: Get Latest Version
4444
id: get_version

0 commit comments

Comments
 (0)