Skip to content

Commit f4eddbd

Browse files
authored
Fix secret CI with uv (#173)
Signed-off-by: Jack Luar <[email protected]>
1 parent be3b050 commit f4eddbd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-secret.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
uses: actions/setup-python@v5
2525
with:
2626
python-version: '3.12'
27+
- name: Install uv
28+
uses: astral-sh/setup-uv@v6
2729
- name: Checkout code
2830
uses: actions/checkout@v4
2931
- name: Setup prereqs
@@ -35,7 +37,7 @@ jobs:
3537
- name: Run unit tests
3638
working-directory: backend
3739
run: |
38-
pip install huggingface_hub[cli]
40+
uv pip install huggingface_hub[cli]
3941
huggingface-cli download --repo-type dataset The-OpenROAD-Project/ORAssistant_RAG_Dataset --include source_list.json --local-dir data/
4042
export GOOGLE_API_KEY="dummy-unit-test-key"
4143
make test

0 commit comments

Comments
 (0)