Skip to content

Commit 9cd0327

Browse files
Revert "Run PyBaMM test suite for Windows wheels"
This reverts commit 669e26b.
1 parent d4d318c commit 9cd0327

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build_wheels.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,7 @@ 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
5352
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]"
59-
python -m pytest tests/unit
60-
cd ..
61-
6253
- name: Upload Windows wheels
6354
uses: actions/upload-artifact@v4
6455
with:

0 commit comments

Comments
 (0)