We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb78953 commit 2323019Copy full SHA for 2323019
.circleci/config.yml
@@ -49,9 +49,6 @@ aliases:
49
export PATH=$WORKDIR/miniconda/bin:$PATH
50
export CDAT_ANONYMOUS_LOG=False
51
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
55
python run_tests.py --subdir -v2 $COVERAGE
56
python run_tests.py -n1 --subdir -v2 $COVERAGE --dask
57
RESULT=$?
0 commit comments