Skip to content

Commit c8c8787

Browse files
Copilotvinzenzmay
andauthored
fix: skip implicit pixi install before lockfile regeneration (#59)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: vinzenzmay <44975247+vinzenzmay@users.noreply.github.com>
1 parent a6f98d3 commit c8c8787

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
uses: prefix-dev/setup-pixi@v0.8.1
4040
with:
4141
pixi-version: latest
42+
run-install: false
4243

4344
- name: Update lockfile
4445
if: ${{ steps.release.outputs.pr }}

.github/workflows/update-lockfile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- uses: prefix-dev/setup-pixi@v0.8.1
1818
with:
1919
pixi-version: latest
20+
run-install: false
2021

2122
- name: Update lockfile
2223
run: |

0 commit comments

Comments
 (0)