We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3b050 commit f4eddbdCopy full SHA for f4eddbd
.github/workflows/ci-secret.yaml
@@ -24,6 +24,8 @@ jobs:
24
uses: actions/setup-python@v5
25
with:
26
python-version: '3.12'
27
+ - name: Install uv
28
+ uses: astral-sh/setup-uv@v6
29
- name: Checkout code
30
uses: actions/checkout@v4
31
- name: Setup prereqs
@@ -35,7 +37,7 @@ jobs:
35
37
- name: Run unit tests
36
38
working-directory: backend
39
run: |
- pip install huggingface_hub[cli]
40
+ uv pip install huggingface_hub[cli]
41
huggingface-cli download --repo-type dataset The-OpenROAD-Project/ORAssistant_RAG_Dataset --include source_list.json --local-dir data/
42
export GOOGLE_API_KEY="dummy-unit-test-key"
43
make test
0 commit comments