Skip to content

Commit

Permalink
Python is python3
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Nov 14, 2024
1 parent 687471c commit 2672c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: rm -rf pip_venv

- name: Create a venv
run: python -m venv pip_venv
run: python3 -m venv pip_venv

- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 2672c39

Please sign in to comment.