Skip to content

Commit d4d318c

Browse files
Revert "Remove comments from CIBW_TEST_COMMAND"
This reverts commit dfc73ec.
1 parent 7e65012 commit d4d318c

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,8 +49,10 @@ 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+
# Sanity check idaklu lib import
5253
python -m pytest {project}/tests
5354
55+
# Run PyBaMM test suite
5456
git clone https://github.com/pybamm-team/PyBaMM.git pybamm-clone-for-tests
5557
cd pybamm-clone-for-tests
5658
pip install -e ".[all,dev,jax]"

0 commit comments

Comments
 (0)