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 333d852 commit 7e65012Copy full SHA for 7e65012
.github/workflows/build_wheels.yml
@@ -49,6 +49,8 @@ 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
+ python -m pytest {project}/tests
53
+
54
git clone https://github.com/pybamm-team/PyBaMM.git pybamm-clone-for-tests
55
cd pybamm-clone-for-tests
56
pip install -e ".[all,dev,jax]"
0 commit comments