Skip to content

Commit

Permalink
upgrade pip in ci #166
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierCladellas committed Dec 18, 2024
1 parent f7214d0 commit ef2e627
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
run: |
python -m venv .venv
source .venv/bin/activate
pip3 install --upgrade pip
pip3 install -I -r requirements.txt
pip3 install dist/*.whl
- name: Unit tests
Expand Down

0 comments on commit ef2e627

Please sign in to comment.