Skip to content

Commit

Permalink
downgrade pip to 24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mubangizi committed Jun 28, 2024
1 parent 2103f26 commit 3a348ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip==24.1.0
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand Down

0 comments on commit 3a348ee

Please sign in to comment.