Skip to content

Commit

Permalink
upgrade pip before anything else
Browse files Browse the repository at this point in the history
  • Loading branch information
terensis-dev committed Feb 24, 2025
1 parent 7a23ed2 commit fccd7ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip wheel
python -m pip install --editable .[test]
Expand Down

0 comments on commit fccd7ff

Please sign in to comment.