Skip to content

Commit 7e65012

Browse files
Revert "Make PyBaMM tests actually run"
This reverts commit fff2cdd.
1 parent 333d852 commit 7e65012

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
CIBW_REPAIR_WHEEL_COMMAND: delvewheel repair --add-path C:/Windows/System32 -w {dest_dir} {wheel}
5050
CIBW_TEST_EXTRAS: "dev"
5151
CIBW_TEST_COMMAND: |
52+
python -m pytest {project}/tests
53+
5254
git clone https://github.com/pybamm-team/PyBaMM.git pybamm-clone-for-tests
5355
cd pybamm-clone-for-tests
5456
pip install -e ".[all,dev,jax]"

0 commit comments

Comments
 (0)