Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Sep 3, 2021
1 parent f120bc3 commit 33655a0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:
# Maximum cache period (in weeks) before forcing a new cache upload.
CACHE_PERIOD: "2"
# Increment the build number to force new cartopy cache upload.
CARTOPY_CACHE_BUILD: "1"
CARTOPY_CACHE_BUILD: "2"
# Increment the build number to force new conda cache upload.
CONDA_CACHE_BUILD: "0"
# Increment the build number to force new nox cache upload.
Expand Down Expand Up @@ -76,7 +76,10 @@ linux_task_template: &LINUX_TASK_TEMPLATE
- conda create --quiet --name cartopy-cache cartopy
- source ${HOME}/miniconda/etc/profile.d/conda.sh >/dev/null 2>&1
- conda activate cartopy-cache >/dev/null 2>&1
- python tools/cartopy_feature_download.py --output ${HOME}/.local/share/cartopy --feature physical --nowarn
# - python tools/cartopy_feature_download.py --output ${HOME}/.local/share/cartopy --feature physical --nowarn
- cd $(mktemp -d)
- wget https://raw.githubusercontent.com/bjlittle/cartopy/cartopy-feature-download/tools/cartopy_feature_download.py
- python cartopy_feature_download.py physical --output ${HOME}/.local/share/cartopy --no-warn
- conda deactivate >/dev/null 2>&1
nox_cache:
folder: ${CIRRUS_WORKING_DIR}/.nox
Expand Down

0 comments on commit 33655a0

Please sign in to comment.