Skip to content

Commit

Permalink
Fix install our package in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hongquan committed Dec 27, 2024
1 parent e63498c commit c3392ce
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ jobs:
run: |
apk add py3-pip
pip3 install -U --break-system-packages pip pytest-mypy
pip3 uninstall defity
pip3 install --break-system-packages defity --no-index --find-links /io/dist/
pip3 install --break-system-packages defity --no-index --find-links /io/dist/ --force-reinstall
rm -rf defity/
python3 -m pytest
- name: Upload wheels
Expand Down Expand Up @@ -127,8 +126,7 @@ jobs:
install: |
apk add py3-pip
pip3 install -U --break-system-packages pip pytest-mypy
pip3 uninstall defity
pip3 install --break-system-packages defity --no-index --find-links /io/dist/
pip3 install --break-system-packages defity --no-index --find-links /io/dist/ --force-reinstall
run: |
rf -rf defity/
python3 -m pytest
Expand Down

0 comments on commit c3392ce

Please sign in to comment.