-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removing dumb actions bash compiler swap since yaml programming is so…
… terrible
- Loading branch information
Showing
2 changed files
with
10 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,16 +43,7 @@ jobs: | |
- name: Install cibuildwheel | ||
run: | | ||
python -m pip install cibuildwheel | ||
- name: Set compiler | ||
run: | | ||
if [ ${{ matrix.buildplat[1] }} == 'macosx' ]; then | ||
echo "CC=/usr/local/opt/llvm/bin/clang" >> $GITHUB_ENV | ||
echo "CXX=/usr/local/opt/llvm/bin/clang++" >> $GITHUB_ENV | ||
elif [ ${{ matrix.buildplat[1] }} == 'win' ]; then | ||
echo "CC=gcc" >> $GITHUB_ENV | ||
echo "CXX=g++" >> $GITHUB_ENV | ||
fi | ||
- name: Build wheels | ||
uses: pypa/[email protected] | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters