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 769c771 commit 2cc4d3cCopy full SHA for 2cc4d3c
.github/workflows/ci-secret.yaml
@@ -39,7 +39,7 @@ jobs:
39
run: |
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"
+ cp .env.test .env
43
make test
44
- name: Populate environment variables
45
0 commit comments