Skip to content

Commit 6b55f18

Browse files
Relock, back to frozen env
1 parent 506283c commit 6b55f18

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,13 @@ jobs:
2727
- uses: prefix-dev/[email protected]
2828
with:
2929
environments: ${{ matrix.environment }}
30-
# frozen: true # This seems hacky?
30+
frozen: true # This seems hacky?
3131

3232
- name: Clean workspace
3333
run: |
3434
git clean -fdx
3535
git reset --hard HEAD
3636
37-
- name: Update lockfile
38-
run: |
39-
pixi lock
40-
4137
- name: Run tests and generate coverage report
4238
run: |
4339
pixi run -e ${{ matrix.environment }} test-cov

0 commit comments

Comments
 (0)