Skip to content

Commit 0697e0c

Browse files
committed
[DEVOPS-584] pixi install --locked instead of --frozen
so that it fails in case the lock file is not up-to-date with the pyproject.toml
1 parent 62b1126 commit 0697e0c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/reusable-python-setup_pixi/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ runs:
2929
with:
3030
pixi-version: v0.54.1
3131
cache: true
32-
frozen: true
32+
locked: true
3333
env:
3434
GIT_LFS_SKIP_SMUDGE: 1

.github/workflows/reusable-python-build_pixi_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
with:
9595
pixi-version: v0.54.1
9696
cache: false
97-
frozen: true
97+
locked: true
9898
- name: Hatch build
9999
run: pixi run hatch build
100100

0 commit comments

Comments
 (0)