Skip to content

Commit a0899c4

Browse files
committed
Try to fix CI.
1 parent e2458df commit a0899c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ml_inference_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
# These directories are not tracked by git but are referenced in post-build
175175
# copy_directory commands. Create them so the build does not fail.
176176
mkdir -p models data sample_images
177-
touch mnist_model.onnx mnist_model.onnx.data
177+
touch mnist_model.onnx mnist_model.onnx.data mnist_weights.bin
178178
179179
- name: Configure
180180
shell: bash

0 commit comments

Comments
 (0)