Skip to content

Commit

Permalink
Pin pip to 22.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jovanka committed Oct 29, 2024
1 parent 2d4257f commit 2106d5d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ jobs:
- uses: actions/checkout@v2
- name: Install CURL
run: apt install curl -y
- name: Install specific setuptools version (44.1.0)
run: pip install setuptools==44.1.0
- name: Install specific pip(22.0.4) && setuptools version (44.1.0)
run: |
pip install pip==22.0.4
pip install setuptools==44.1.0
- name: Install requirements
run: |
pip install -r dev-requirements.txt
Expand Down

0 comments on commit 2106d5d

Please sign in to comment.