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 99f3288 commit 700f961Copy full SHA for 700f961
Makefile
@@ -427,8 +427,6 @@ test-%: bin/kubectl
427
$(call test_with_papermill,minimal,ubi8,python-3.8) \
428
elif echo "$(FULL_NOTEBOOK_NAME)" | grep -q "datascience-ubi8"; then \
429
$(MAKE) validate-ubi8-datascience -e FULL_NOTEBOOK_NAME=$(FULL_NOTEBOOK_NAME); \
430
- elif echo "$(FULL_NOTEBOOK_NAME)" | grep -q "trustyai-ubi8"; then \
431
- $(call test_with_papermill,trustyai,ubi8,python-3.8) \
432
elif echo "$(FULL_NOTEBOOK_NAME)" | grep -q "anaconda"; then \
433
echo "There is no test notebook implemented yet for Anaconda Notebook...." \
434
else \
0 commit comments