Skip to content

Commit

Permalink
try fix musllinux ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Dec 20, 2023
1 parent db1418b commit b1c601a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ jobs:
options: -v ${{ github.workspace }}:/io -w /io
run: |
apk add py3-pip
pip3 install -U pip pytest pytest-asyncio based58 pybip39 typing-extensions jsonalias
pip3 install ${{ env.name }} --find-links /io/dist/ --force-reinstall --no-index --no-dependencies
pip3 install -U pip pytest pytest-asyncio based58 pybip39 typing-extensions jsonalias --break-system-packages
pip3 install ${{ env.name }} --find-links /io/dist/ --force-reinstall --no-index --no-dependencies --break-system-packages
python3 -m pytest
- name: Upload wheels
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit b1c601a

Please sign in to comment.