Skip to content

Commit 0371ae3

Browse files
committed
chore: Update pixi log level
1 parent dfc92a6 commit 0371ae3

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ runs:
1414
with:
1515
pixi-version: "latest"
1616
cache: true
17-
- name: Install the project
18-
shell: bash
19-
run: |
20-
# Only installs if the lock file is up-to-date with the manifest
21-
pixi install --locked -v
17+
log-level: "vvv"
2218
- name: Cache downloaded ESGF data
2319
uses: actions/cache@v4
2420
if: ${{ inputs.cache-esgf == 'true' }}

0 commit comments

Comments
 (0)