Skip to content

Commit 11aecc4

Browse files
author
Zhe Yu
committed
chore(cli): Use chroma0 for CI in test workflow
1 parent 7baa033 commit 11aecc4

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/test_and_cov.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,8 @@ jobs:
3737
- name: Configure pdm to use uv
3838
run: pdm config use_uv true
3939

40-
- name: Use chroma0 for CI
41-
run: export EXTRA_LOCK_ARGS="--group chroma0"
42-
4340
- name: install pdm and dependencies
44-
run: make deps
41+
run: EXTRA_LOCK_ARGS="--group chroma0" make deps
4542

4643
- name: Set custom HF cache directory
4744
run: |

0 commit comments

Comments
 (0)