Skip to content

Commit

Permalink
Removed miniconda CPPFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jan 16, 2025
1 parent 84d58a0 commit e70c821
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@
set -e

python3 -m coverage erase
if [ $(uname) == "Darwin" ]; then
export CPPFLAGS="-I/usr/local/miniconda/include";
fi
make clean
make install-coverage

0 comments on commit e70c821

Please sign in to comment.