We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb5322 commit 806d2afCopy full SHA for 806d2af
pixi_lock/action.yaml
@@ -34,12 +34,12 @@ runs:
34
pixi-version: ${{ inputs.pixi-version }}
35
manifest-path: ${{ inputs.pixi-manifest-path }}
36
run-install: false
37
- - name: Run update # Using `pixi update` so we don't need to create and download the default environment.
+ - name: Lock
38
if: steps.cache.outputs.cache-hit != 'true'
39
shell: bash -e {0}
40
run: |
41
- echo "::group::Update"
42
- pixi update
+ echo "::group::Lock"
+ pixi list --no-install --color=always
43
echo "::endgroup::"
44
- uses: actions/upload-artifact@v4
45
with:
0 commit comments