File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ build:
1010 # perform a "git fetch --unshallow" when the cf-units repo
1111 # becomes incomplete i.e., there is a .git/shallow.
1212 - git fetch --all
13+ pre_install :
14+ # create a "common" link to the underlying rtd conda environment,
15+ # which maybe named "latest", "stable" or the cf-units version
16+ - ln -s ${CONDA_ENVS_PATH}/${CONDA_DEFAULT_ENV} ${CONDA_ENVS_PATH}/common
1317
1418conda :
1519 environment : requirements/cf-units.yml
Original file line number Diff line number Diff line change 3535
3636- [ Overview] ( #overview )
3737 - [ Example] ( #example )
38- - [ Get in touch ] ( #get-in-touch )
39- - [ Credits, copyright and license ] ( #credits-copyright-and-license )
38+ - [ Get in Touch ] ( #get-in-touch )
39+ - [ Credits, Copyright and License ] ( #credits-copyright-and-license )
4040
4141## Overview
4242
You can’t perform that action at this time.
0 commit comments