Skip to content

Commit

Permalink
ci: try to fix cmake var
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarrison committed Sep 12, 2024
1 parent 8f0d9ff commit 1507ecf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

env:
CMAKE_COMPILE_WARNING_AS_ERROR: "ON"
SKBUILD_CMAKE_DEFINE: "CMAKE_COMPILE_WARNING_AS_ERROR=ON"

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
pkg=$(brew fetch --force --bottle-tag=${{ matrix.bottle-tag }} fftw | grep 'Downloaded to' | cut -d' ' -f3)
brew install $pkg
CMAKE_COMPILE_WARNING_AS_ERROR: "ON"
SKBUILD_CMAKE_DEFINE: "CMAKE_COMPILE_WARNING_AS_ERROR=ON"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1507ecf

Please sign in to comment.