Skip to content

Commit

Permalink
run Python tests using cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
fanosta committed Dec 22, 2023
1 parent 336aec8 commit 41d522b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/newpython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
# to supply options, put them in 'env', like:
env:
CIBW_BEFORE_ALL_LINUX: yum install -y boost-devel zlib-devel
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "pytest --color=yes -v {project}/python/tests/test_pyapproxmc.py"
CIBW_SKIP: "*musl*"
CIBW_ARCHS: "auto64"

Expand Down

0 comments on commit 41d522b

Please sign in to comment.