Skip to content

Commit

Permalink
Test building PyPy wheel on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Sep 2, 2021
1 parent 8e3edd6 commit 8922bf2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,15 @@ jobs:
with:
command: test
args: --target x86_64-unknown-linux-musl
- uses: actions/setup-python@v2
with:
python-version: pypy-3.7
- name: test build pypy wheel
run: |
cargo run -- build -i pypy3 -m test-crates/pyo3-mixed/Cargo.toml
pypy3 -m pip install --force-reinstall test-crates/target/wheels/pyo3_mixed*.whl
pypy3 -m pip install pytest
pypy3 -m pytest test-crates/pyo3-mixed/test_pyo3_mixed.py
test-auditwheel:
name: Test Auditwheel
Expand Down

0 comments on commit 8922bf2

Please sign in to comment.