Skip to content

Commit

Permalink
Remove setting flags in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Sep 15, 2024
1 parent f4232f9 commit 33ea75b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ jobs:
export CXX=$(command -v clang++)
echo "CXX: $CXX"
export CPPFLAGS="-I$(brew --prefix)/include"
export LDFLAGS="-L$(brew --prefix)/lib"
python -m pip install '.[test]' -v
- name: List installed Python packages
Expand Down Expand Up @@ -143,7 +140,6 @@ jobs:
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_BUILD: cp${{ matrix.python }}-*
CIBW_BUILD_VERBOSITY: 2
CIBW_ENVIRONMENT: CPPFLAGS='-I/opt/homebrew/include' LDFLAGS='-L/opt/homebrew/lib'

- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 33ea75b

Please sign in to comment.