Skip to content

Commit

Permalink
Remove run_prepare_tests section from CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
mauzey1 committed Feb 23, 2023
1 parent 824cb13 commit fb738ae
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,6 @@ aliases:
./configure --prefix=$CONDA_PREFIX --with-python --with-uuid=$CONDA_PREFIX --with-json-c=$CONDA_PREFIX --with-udunits2=$CONDA_PREFIX --with-netcdf=$CONDA_PREFIX --enable-verbose-test
make test -o cmor -o python
- &run_prepare_tests
name: run_prepare_tests
command: |
source $BASH_ENV
source $WORKDIR/miniconda/etc/profile.d/conda.sh
conda activate base
export UVCDAT_ANONYMOUS_LOG=False
set +e
conda activate test_py$PYTHON_VERSION
set -e
export PYTHONPATH=Test/:$PYTHONPATH
for file in `ls -1 Test/test_python_CMIP6_CV*.py`; do echo $file; python $file; mystatus=$?; if [[ "$mystatus" != "0" ]]; then return ${mystatus}; fi; done
- &conda_upload
name: conda_upload
command: |
Expand Down Expand Up @@ -136,7 +123,6 @@ jobs:
- run: *conda_build
- run: *pull_submodules
- run: *run_cmor_tests
- run: *run_prepare_tests
- persist_to_workspace:
root: .
paths:
Expand Down

0 comments on commit fb738ae

Please sign in to comment.