Skip to content

Commit e90bb43

Browse files
awoll-bdaiexploy-bot
authored andcommitted
Use frozen pixi lock to avoid CI failing after repo sync (#88)
### What change is being made Set `frozen: true` for synced repositories to avoid failing CI after the sync. This is fine as we test against the locked `pixi.lock` in the source of truth. ### Why this change is being made Better handling of repo mirrors. ### Tested Confirmed CI is passing with mismatch in lock. GitOrigin-RevId: 141df84f0cff3dd128732fa538602a90bf7d2cef
1 parent 5c82a64 commit e90bb43

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
uses: prefix-dev/setup-pixi@v0.9.4
4141
with:
4242
pixi-version: latest
43+
frozen: true
4344
cache: true
4445
environments: docs
4546

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
uses: prefix-dev/setup-pixi@v0.9.4
3333
with:
3434
pixi-version: latest
35+
frozen: true
3536
cache: true
3637
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
3738
environments: core
@@ -57,6 +58,7 @@ jobs:
5758
uses: prefix-dev/setup-pixi@v0.9.4
5859
with:
5960
pixi-version: latest
61+
frozen: true
6062
cache: true
6163
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
6264
environments: controller
@@ -86,6 +88,7 @@ jobs:
8688
uses: prefix-dev/setup-pixi@v0.9.4
8789
with:
8890
pixi-version: latest
91+
frozen: true
8992
cache: true
9093
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
9194
environments: >-
@@ -113,6 +116,7 @@ jobs:
113116
uses: prefix-dev/setup-pixi@v0.9.4
114117
with:
115118
pixi-version: latest
119+
frozen: true
116120
cache: true
117121
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
118122
environments: isaaclab

0 commit comments

Comments
 (0)