Skip to content

Commit

Permalink
Add ccx and cc environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Opt-Mucca committed Jan 26, 2024
1 parent 3f346a0 commit e31ef2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "pytest {project}/tests"
CC: "/usr/local/bin/gcc-13"
CCX: "CXX=/usr/local/bin/g++-13"

# - uses: actions/upload-artifact@v3
# with:
Expand Down

0 comments on commit e31ef2b

Please sign in to comment.