We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e65012 commit d4d318cCopy full SHA for d4d318c
.github/workflows/build_wheels.yml
@@ -49,8 +49,10 @@ jobs:
49
CIBW_REPAIR_WHEEL_COMMAND: delvewheel repair --add-path C:/Windows/System32 -w {dest_dir} {wheel}
50
CIBW_TEST_EXTRAS: "dev"
51
CIBW_TEST_COMMAND: |
52
+ # Sanity check idaklu lib import
53
python -m pytest {project}/tests
54
55
+ # Run PyBaMM test suite
56
git clone https://github.com/pybamm-team/PyBaMM.git pybamm-clone-for-tests
57
cd pybamm-clone-for-tests
58
pip install -e ".[all,dev,jax]"
0 commit comments