Skip to content

Commit a60628a

Browse files
committed
ci
1 parent 7a9911f commit a60628a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,18 +75,19 @@ jobs:
7575
run: |
7676
export PYTHONPATH=.
7777
python _unittests/ut_torch_models/test_tiny_llms_onnx.py
78-
continue-on-error: true
78+
continue-on-error: true # connectivity issues
7979

8080
- name: tiny-llm example
8181
run: |
8282
export PYTHONPATH=.
8383
python _doc/examples/plot_export_tiny_llm.py
84-
continue-on-error: true
84+
continue-on-error: true # connectivity issues
8585

8686
- name: tiny-llm bypass
8787
run: |
8888
export PYTHONPATH=.
8989
python _doc/examples/plot_export_tiny_llm_patched.py
90+
continue-on-error: true # connectivity issues
9091

9192
- name: run tests
9293
run: |

0 commit comments

Comments
 (0)