Skip to content

Commit 806d2af

Browse files
authored
Update to use pixi list --no-install for Pixi Lock(#42)
1 parent 3bb5322 commit 806d2af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pixi_lock/action.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ runs:
3434
pixi-version: ${{ inputs.pixi-version }}
3535
manifest-path: ${{ inputs.pixi-manifest-path }}
3636
run-install: false
37-
- name: Run update # Using `pixi update` so we don't need to create and download the default environment.
37+
- name: Lock
3838
if: steps.cache.outputs.cache-hit != 'true'
3939
shell: bash -e {0}
4040
run: |
41-
echo "::group::Update"
42-
pixi update
41+
echo "::group::Lock"
42+
pixi list --no-install --color=always
4343
echo "::endgroup::"
4444
- uses: actions/upload-artifact@v4
4545
with:

0 commit comments

Comments
 (0)