Skip to content

Commit

Permalink
CI: Fix setting cache-dependency-path for setup-python
Browse files Browse the repository at this point in the history
When using yaml concatenation | don't also make an explicit list.
  • Loading branch information
dopplershift committed Nov 24, 2021
1 parent 2d1cd9d commit 664ecfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/install-pypi/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ runs:
python-version: ${{ inputs.python-version }}
cache: 'pip'
cache-dependency-path: |
- ci/${{ inputs.type }}_requirements.txt
- ci/${{ inputs.version-file }}
ci/${{ inputs.type }}_requirements.txt
ci/${{ inputs.version-file }}
- name: Setup PROJ
if: ${{ inputs.need-cartopy == 'true' }}
Expand Down

0 comments on commit 664ecfe

Please sign in to comment.