Skip to content

Commit

Permalink
Merge pull request #717 from PCMDI/speed_up_rerender
Browse files Browse the repository at this point in the history
Speed up rerender for nightly builds
  • Loading branch information
mauzey1 authored Oct 21, 2023
2 parents 6b2dcad + 2e45c04 commit 8cff0d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ aliases:
export ACTIVATE=$WORKDIR/miniconda/bin/activate
python $BUILD_SCRIPT -w $WORKDIR -l $VERSION -B 0 -p $PKG_NAME -r $PKG_NAME -b $CIRCLE_BRANCH \
--do_rerender --conda_env base --ignore_conda_missmatch --conda_activate $ACTIVATE --organization PCMDI
--do_rerender --conda_env rerender_env --ignore_conda_missmatch --conda_activate $ACTIVATE --organization PCMDI
- &conda_build
name: conda_build
Expand All @@ -60,7 +60,7 @@ aliases:
export ACTIVATE=$WORKDIR/miniconda/bin/activate
python $BUILD_SCRIPT -w $WORKDIR -p $PKG_NAME --build_version $PYTHON_VERSION --do_build \
--conda_env base --extra_channels conda-forge --conda_activate $ACTIVATE $CONDA_BUILD_EXTRA
--conda_env build_env --extra_channels conda-forge --conda_activate $ACTIVATE $CONDA_BUILD_EXTRA
- &run_cmor_tests
name: run_cmor_tests
Expand Down

0 comments on commit 8cff0d6

Please sign in to comment.