Skip to content

Commit

Permalink
Update pythonapp.yml (#302)
Browse files Browse the repository at this point in the history
change Windows build to invoke python.exe -m  pip
  • Loading branch information
sjswerdloff authored Oct 24, 2023
1 parent e09b761 commit 9589087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:

- name: Upgrade pip and setuptools
run: |
pip install --upgrade pip wheel setuptools
python.exe -m pip install --upgrade pip wheel setuptools
- name: Install plastimatch
run: |
Expand Down

0 comments on commit 9589087

Please sign in to comment.