Skip to content

Commit 45e8e1b

Browse files
committed
Remove locked flag from testing workflow
1 parent afacee7 commit 45e8e1b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/testing.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
environments: tests
2323
# don't activate env (we'll call pixi run -e test explicitly)
2424
activate-environment: false
25-
# prefer using existing lockfile if present (faster, deterministic)
26-
locked: true
2725

2826
- name: Verify pixi and run tests
2927
run: |

0 commit comments

Comments
 (0)