Skip to content

Commit

Permalink
Downgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
neet committed Aug 20, 2024
1 parent fb63d74 commit 475287a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
shell: bash
run: |
set -e
pip install --upgrade "pip<20"
pip install ainu-utils --find-links dist --force-reinstall
pip install pytest
cd ./ainu-utils-python && pytest
3 changes: 3 additions & 0 deletions .github/workflows/python_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
shell: bash
run: |
set -e
pip install --upgrade "pip<20"
pip install ainu-utils --find-links dist --force-reinstall
pip install pytest
cd ./ainu-utils-python && pytest
Expand Down Expand Up @@ -89,6 +90,7 @@ jobs:
shell: bash
run: |
set -e
pip install --upgrade "pip<20"
pip install ainu-utils --find-links dist --force-reinstall
pip install pytest
cd ./ainu-utils-python && pytest
Expand Down Expand Up @@ -119,6 +121,7 @@ jobs:
shell: bash
run: |
set -e
pip install --upgrade "pip<20"
pip install ainu-utils --find-links dist --force-reinstall
pip install pytest
cd ./ainu-utils-python && pytest
Expand Down

0 comments on commit 475287a

Please sign in to comment.