Skip to content

Commit

Permalink
Try fixing version
Browse files Browse the repository at this point in the history
  • Loading branch information
neet committed Aug 20, 2024
1 parent 448708c commit 6755bed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ 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
11 changes: 4 additions & 7 deletions .github/workflows/python_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:
shell: bash
run: |
set -e
pip install --upgrade "pip<20"
pip install ainu-utils --find-links dist --force-reinstall
pip install ainu-utils==0.3.0 --find-links dist --force-reinstall
pip install pytest
cd ./ainu-utils-python && pytest
- name: pytest
Expand All @@ -60,7 +59,7 @@ jobs:
pip3 install -U pip pytest
run: |
set -e
pip3 install ainu-utils --find-links dist --force-reinstall
pip3 install ainu-utils==0.3.0 --find-links dist --force-reinstall
cd ./ainu-utils-python && pytest
windows:
Expand Down Expand Up @@ -90,8 +89,7 @@ jobs:
shell: bash
run: |
set -e
pip install --upgrade "pip<20"
pip install ainu-utils --find-links dist --force-reinstall
pip install ainu-utils==0.3.0 --find-links dist --force-reinstall
pip install pytest
cd ./ainu-utils-python && pytest
Expand Down Expand Up @@ -121,8 +119,7 @@ jobs:
shell: bash
run: |
set -e
pip install --upgrade "pip<20"
pip install ainu-utils --find-links dist --force-reinstall
pip install ainu-utils==0.3.0 --find-links dist --force-reinstall
pip install pytest
cd ./ainu-utils-python && pytest
Expand Down

0 comments on commit 6755bed

Please sign in to comment.