Skip to content

Commit

Permalink
skip installation step for linux-i686
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Nov 25, 2023
1 parent 4e475d6 commit 6a056a8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,6 @@ jobs:
manylinux: auto
args: --release --no-default-features --out dist
maturin-version: ${{ env.maturin_version }}
- name: Install built wheel
run: |
pip install pytest pytest-asyncio based58 pybip39 typing-extensions jsonalias
pip install ${{ env.name }} --no-index --no-dependencies --find-links dist --force-reinstall
pytest
- name: Upload wheels
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 6a056a8

Please sign in to comment.