Skip to content

Commit

Permalink
new env strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhi committed Oct 19, 2021
1 parent 0ed75a7 commit cc9995c
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,10 @@ jobs:
python -m pip install --upgrade pip
pip install build
# otherwise mac uses clang
- name: ensure use g++
if: matrix.os == 'macos=10.15'
run: |
export CC=gcc-9
export CXX=g++-9
- name: Build wheels
env:
CC: gcc-9
CXX: g++-9
uses: pypa/cibuildwheel@v2.2.0a1

- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit cc9995c

Please sign in to comment.