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 d4d318c commit 9cd0327Copy full SHA for 9cd0327
.github/workflows/build_wheels.yml
@@ -49,16 +49,7 @@ 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]"
59
- python -m pytest tests/unit
60
- cd ..
61
62
- name: Upload Windows wheels
63
uses: actions/upload-artifact@v4
64
with:
0 commit comments