Skip to content

Commit

Permalink
Temporarily run tests, CasADi is source compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jun 12, 2024
1 parent c8dd3ce commit 6c658d1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,7 @@ jobs:
CIBW_REPAIR_WHEEL_COMMAND_LINUX: auditwheel repair -w {dest_dir} {wheel}
# Test on amd64, skip test on aarch64 for now
CIBW_TEST_COMMAND: |
set -e -x
if [[ "$(uname -m)" == "x86_64" ]]; then
python -c "import pybamm; print(pybamm.IDAKLUSolver())"
else
echo "Skipping test on aarch64"
exit 0
fi
python -c "import pybamm; print(pybamm.IDAKLUSolver())"
- name: Upload wheels for Linux
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6c658d1

Please sign in to comment.