Skip to content

Commit

Permalink
test more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastroy committed Oct 8, 2024
1 parent adae1f6 commit a164055
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@18 libomp"
environment = "CXX=clang++-18"
before-build = "brew install llvm libomp"
environment = "CXX=clang++"

0 comments on commit a164055

Please sign in to comment.