Skip to content

Commit

Permalink
CI: Add need-cartopy to install-conda action
Browse files Browse the repository at this point in the history
Again, lets this be used by Siphon.
  • Loading branch information
dopplershift committed Nov 1, 2024
1 parent cfbde55 commit 54690b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/install-conda/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ inputs:
python-version:
description: 'What version of Python to use'
required: true
need-cartopy:
description: 'Whether Cartopy support is needed'
required: false
default: 'false'

runs:
using: composite
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
with:
type: 'test'
python-version: ${{ matrix.python-version }}
need-cartopy: true

- name: Run tests
uses: ./.github/actions/run-tests
Expand Down

0 comments on commit 54690b6

Please sign in to comment.