Skip to content

Commit

Permalink
Pin pip for pip-tools for now (#11756)
Browse files Browse the repository at this point in the history
It started adding absolute paths, instead of relatives.

Related jazzband/pip-tools#2131
Related #11754
  • Loading branch information
humitos authored Nov 11, 2024
1 parent 9539ae9 commit 8f9e363
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pip-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
run: sudo apt-get install libpq-dev

- name: Install piptools and invoke
run: python -m pip install --upgrade pip-tools invoke
# Pinning pip==24.2 due to https://github.com/jazzband/pip-tools/issues/2131
run: python -m pip install --upgrade pip-tools invoke pip==24.2

- name: Update dependencies from requirements/*.txt
run: invoke requirements.update
Expand Down

0 comments on commit 8f9e363

Please sign in to comment.