We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df7e42e + e70c821 commit e59549fCopy full SHA for e59549f
.ci/build.sh
@@ -3,8 +3,5 @@
3
set -e
4
5
python3 -m coverage erase
6
-if [ $(uname) == "Darwin" ]; then
7
- export CPPFLAGS="-I/usr/local/miniconda/include";
8
-fi
9
make clean
10
make install-coverage
0 commit comments