Skip to content

Commit

Permalink
Make test in CI use wheel file
Browse files Browse the repository at this point in the history
  • Loading branch information
hongquan committed Dec 27, 2024
1 parent 9d5e488 commit e63498c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ jobs:
run: |
apk add py3-pip
pip3 install -U --break-system-packages pip pytest-mypy
ls defity/
pip3 uninstall defity
pip3 install --break-system-packages defity --no-index --find-links /io/dist/
rm -rf defity/
python3 -m pytest
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -125,8 +127,10 @@ 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/
run: |
ls defity/
rf -rf defity/
python3 -m pytest
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e63498c

Please sign in to comment.