Skip to content

Commit

Permalink
github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed Mar 5, 2024
1 parent 42f803b commit f1cb6dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
args: --release --out dist --sdist -m ${{ env.COUNTERPARTY_RS_DIR }}/Cargo.toml
maturin-version: "v0.14.3"
- name: Install built wheel - x86_64
working-directory: ${{ env.COUNTERPARTY_RS_DIR }}
run: |
cd ${{ env.COUNTERPARTY_RS_DIR }}
pip install dist/counterparty_rs-*.whl --force-reinstall
pip install pytest
pytest -v
Expand All @@ -50,6 +50,7 @@ jobs:
- name: Install built wheel - universal2
working-directory: ${{ env.COUNTERPARTY_RS_DIR }}
run: |
cd ${{ env.COUNTERPARTY_RS_DIR }}
pip install dist/counterparty_rs-*universal2.whl --force-reinstall
pip install pytest
pytest -v
Expand Down

0 comments on commit f1cb6dd

Please sign in to comment.