Skip to content

Commit

Permalink
ci: upgrade pip to keep it up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Nov 9, 2022
1 parent 4670523 commit 5d67c68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

- name: Install Python dependencies
run: |
# Keep pip up to date
python -m pip install --upgrade pip
# Some dependencies are built using wheel
pip install wheel
# Install all Python dependencies in just one pip call, including Studio itself
Expand Down Expand Up @@ -64,6 +66,7 @@ jobs:

- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install wheel
pip install -r requirements.txt `
-r requirements.dev.txt `
Expand Down

0 comments on commit 5d67c68

Please sign in to comment.