Skip to content

Commit

Permalink
CI: Fix missing conditional on need-cartopy
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Nov 1, 2024
1 parent 54690b6 commit 6d3e1d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/install-conda/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ runs:
run: micromamba install --yes --file ci/${{ inputs.type }}_requirements.txt --file ci/extra_requirements.txt --file ci/requirements.txt

- name: Download Cartopy Maps
if: ${{ inputs.need-cartopy == 'true' }}
shell: bash -l {0}
run: ci/download_cartopy_maps.py

Expand Down

0 comments on commit 6d3e1d2

Please sign in to comment.