File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -33,17 +33,17 @@ jobs:
3333 run : |
3434 make init-dev
3535
36- - name : Run formatting checks
37- run : |
38- make check
39-
40- - name : Run unit tests
41- working-directory : backend
42- run : |
43- uv pip install huggingface_hub[cli]
44- huggingface-cli download --repo-type dataset The-OpenROAD-Project/ORAssistant_RAG_Dataset --include source_list.json --local-dir data/
45- cp .env.test .env
46- make test
36+ # - name: Run formatting checks
37+ # run: |
38+ # make check
39+
40+ # - name: Run unit tests
41+ # working-directory: backend
42+ # run: |
43+ # uv pip install huggingface_hub[cli]
44+ # huggingface-cli download --repo-type dataset The-OpenROAD-Project/ORAssistant_RAG_Dataset --include source_list.json --local-dir data/
45+ # cp .env.test .env
46+ # make test
4747
4848 - name : Build Docker images
4949 run : |
You can’t perform that action at this time.
0 commit comments