Skip to content

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastroy committed Oct 8, 2024
1 parent 333dc25 commit adae1f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,5 @@ test-requires = "pytest"
test-command = "pytest -s -vv --import-mode importlib {project}/tests/fast_pauli"

[tool.cibuildwheel.macos]
before-build = "brew install llvm"
environment = "CXX=clang++-19"
before-build = "brew install llvm@18 libomp"
environment = "CXX=clang++-18"

0 comments on commit adae1f6

Please sign in to comment.