Skip to content

Commit

Permalink
Pin pip version to 24.2
Browse files Browse the repository at this point in the history
Temporary solution to a bug in pip version >= 24.3
jazzband/pip-tools#2131
  • Loading branch information
tonipel committed Nov 19, 2024
1 parent 4f011ad commit e576ae9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ jobs:
cache: 'pip'
cache-dependency-path: requirements-dev.txt

- name: Install dependencies
run: pip install -U pip==24.2

- name: Install app requirements
run: pip install -r requirements.txt
if: ${{ matrix.part == 'migrations' }}
Expand Down Expand Up @@ -160,7 +163,7 @@ jobs:

- name: Install dependencies
run: |
pip install -U pip
pip install -U pip==24.2
pip install codecov -r requirements.txt -r requirements-dev.txt
# https://github.com/marketplace/actions/setup-elasticsearch
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Prerequisites:

* PostgreSQL 12
* Python 3.8
* Pip 24.2

### Installing Python requirements

Expand Down

0 comments on commit e576ae9

Please sign in to comment.