Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aminalaee authored Apr 30, 2024
1 parent 3df8214 commit 69a628d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ jobs:
run: |
apk add py3-pip
pip3 install -U pip pytest
python3 -m venv venv
. venv/bin/activate
pip3 install uuid_utils --no-index --find-links /io/dist/ --force-reinstall
python3 -m pytest -v
- name: Upload wheels
Expand Down

0 comments on commit 69a628d

Please sign in to comment.