We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f288e commit dfc92a6Copy full SHA for dfc92a6
.github/actions/setup/action.yml
@@ -18,7 +18,7 @@ runs:
18
shell: bash
19
run: |
20
# Only installs if the lock file is up-to-date with the manifest
21
- pixi install --locked
+ pixi install --locked -v
22
- name: Cache downloaded ESGF data
23
uses: actions/cache@v4
24
if: ${{ inputs.cache-esgf == 'true' }}
0 commit comments