Skip to content

Commit 272fcb5

Browse files
ci: disable locked mode for pixi install
Allow lock file updates in CI since the lock file may be stale. Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 307983a commit 272fcb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
uses: prefix-dev/[email protected]
3535
with:
3636
cache: true
37+
locked: false
3738

3839
- name: Run tests
3940
run: pixi run -e test test-cov
@@ -48,6 +49,7 @@ jobs:
4849
uses: prefix-dev/[email protected]
4950
with:
5051
cache: true
52+
locked: false
5153

5254
- name: Run unit tests
5355
run: pixi run -e test pytest tests/unit -v

0 commit comments

Comments
 (0)