Skip to content

Commit 98c03a6

Browse files
committed
disable checks/tests
Signed-off-by: Jack Luar <[email protected]>
1 parent 867731d commit 98c03a6

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/ci.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)