Skip to content

Commit

Permalink
Lock pip version to 24.0 to get around celery 4.4.7 package metadata …
Browse files Browse the repository at this point in the history
…issue.
  • Loading branch information
james-perretta committed Aug 6, 2024
1 parent 7cfa04c commit 331891d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pip==24.0
python -m pip install pip-tools
pip-sync requirements.txt requirements-dev.txt
python3 generate_secrets.py
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pip==24.0
python -m pip install pip-tools
pip-sync requirements.txt requirements-dev.txt
python3 generate_secrets.py
Expand Down

0 comments on commit 331891d

Please sign in to comment.