Skip to content

Commit

Permalink
Fix outdated pip in CI (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
rassouly authored Jul 21, 2023
1 parent db26cd9 commit 0ff81bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
cache: 'pip'
- name: Install Python dependencies
run: |
pip install --upgrade pip setuptools wheel
pip install pip-tools
python -m piptools compile --resolver=backtracking --extra=docs -o requirements.txt pyproject.toml
pip install -r requirements.txt
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
cache: 'pip'
- name: Install dependencies
run: |
pip install --upgrade pip setuptools wheel
pip install pip-tools pytest
python -m piptools compile --resolver=backtracking -o requirements.txt pyproject.toml
pip install -r requirements.txt
Expand Down

0 comments on commit 0ff81bb

Please sign in to comment.