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 53ed970 commit fa9a744Copy full SHA for fa9a744
.github/workflows/test-mlc-core-actions.yaml
@@ -151,13 +151,14 @@ jobs:
151
mlc add repo my-new-repo
152
mlc add repo https://github.com/mlcommons/inference
153
mlc add repo https://mygit.com/myrepo
154
-
+
155
+ ' Disabled now as MLCFlow automatically deletes corrupted entries
156
- name: Test 13 - rm repo where we have a corrupt entry
157
run: |
158
rm -r $HOME/MLC/repos/mlcommons@mlperf-automations
159
mlc rm repo mlcommons@mlperf-automations
160
mlc pull repo mlcommons@mlperf-automations --branch=dev
161
+ '
162
- name: Test 14 - add script - Add a new MLC script
163
164
mlc add script my-script-1 --tags=my,new-tags-1
0 commit comments