Hello, my call to MLDatasets.MNIST.traindata()
make my CI action to fail because of the interactive part. Isn’t there any option to get a non-interactive version?
1 Like
Answer: set ENV["DATADEPS_ALWAYS_ACCEPT"] = "true"
before that call.
1 Like