Skip to content

Commit

Permalink
Don't 'make clean' in CI, it's already clean
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Dec 17, 2023
1 parent 53668d0 commit be7e1a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ 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 be7e1a4

Please sign in to comment.