Skip to content

Commit 2323019

Browse files
authored
cleanup circleci config (#370)
1 parent eb78953 commit 2323019

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ aliases:
4949
export PATH=$WORKDIR/miniconda/bin:$PATH
5050
export CDAT_ANONYMOUS_LOG=False
5151
source activate cdat
52-
# Temporarily turn off coverage -- should debug why it failed later after 8.2 release
53-
# python run_tests.py --subdir -v2 $COVERAGE
54-
# python run_tests.py -n1 --subdir -v2 $COVERAGE --dask
5552
python run_tests.py --subdir -v2 $COVERAGE
5653
python run_tests.py -n1 --subdir -v2 $COVERAGE --dask
5754
RESULT=$?

0 commit comments

Comments
 (0)