Skip to content

Commit

Permalink
Special pip upgrade method just for windows...
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCleric committed Jun 21, 2024
1 parent 562f5ca commit df466e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Update pip and install setuptools
shell: bash
run: |
pip install pip --upgrade
python -m pip install pip --upgrade
pip install setuptools
- name: Poetry check & build
Expand Down

0 comments on commit df466e8

Please sign in to comment.