Skip to content

Commit e59549f

Browse files
authored
Merge pull request #8695 from radarhere/miniconda
2 parents df7e42e + e70c821 commit e59549f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.ci/build.sh

-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,5 @@
33
set -e
44

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

0 commit comments

Comments
 (0)