Skip to content

Commit

Permalink
Use pip 24.2
Browse files Browse the repository at this point in the history
Workaround for: jazzband/pip-tools#2131
  • Loading branch information
raccube committed Dec 23, 2024
1 parent 88dd47f commit d76e6c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
with:
python-version: ${{ matrix.python }}

# Workaround for https://github.com/jazzband/pip-tools/issues/2131
- name: Downgrade pip
run: pip install --upgrade pip==24.2

- name: Install dependencies
run: pip install -r requirements.txt -r requirements-dev.txt

Expand Down

0 comments on commit d76e6c9

Please sign in to comment.