Skip to content

Commit

Permalink
test CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Oct 4, 2023
1 parent 891b1b1 commit 94d3a16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,8 @@ jobs:
CIBW_ARCHS_LINUX: auto aarch64 # not used I believe
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_ENVIRONMENT: __O3_OPTIM=1
CIBW_BEFORE_BUILD: make clean && make # and not CIBW_BEFORE_ALL !
CIBW_BEFORE_ALL: python -m pip install --upgrade setuptools wheel pybind11
CIBW_BEFORE_BUILD: CC=clang CXX=clang++ make clean && CC=clang CXX=clang++ make # and not CIBW_BEFORE_ALL !
CIBW_TEST_REQUIRES: grid2op pandapower
CIBW_TEST_SKIP: "*-macosx_arm64" # to silence warning "While arm64 wheels can be built on x86_64, they cannot be tested."
CIBW_TEST_COMMAND: >
Expand Down

0 comments on commit 94d3a16

Please sign in to comment.