Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aminalaee authored May 2, 2024
1 parent e5ad053 commit e2910e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
run: |
apk add py3-pip
pip3 install -U pip pytest
pip3 install uuid_utils --no-index --find-links /io/dist/ --force-reinstall
pip3 install uuid_utils --no-index --find-links /io/dist/ --force-reinstall --break-system-packages
python3 -m pytest -v
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
apk add py3-pip
pip3 install -U pip pytest
run: |
pip3 install uuid_utils --no-index --find-links dist/ --force-reinstall
pip3 install uuid_utils --no-index --find-links dist/ --force-reinstall --break-system-packages
python3 -m pytest -v .
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e2910e8

Please sign in to comment.