Skip to content

Commit

Permalink
ignore entire folder
Browse files Browse the repository at this point in the history
Signed-off-by: tdhooghe <[email protected]>
  • Loading branch information
tdhooghe committed Oct 23, 2024
1 parent c8cd770 commit 217a18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ check-datasets-docs:
# omit Snowpark from python 3.12 testing, as it is not supported
PYTHON_VERSION := $(shell python -c "import sys; print(f'{sys.version_info.major}.{sys.version_info.minor}')")
ifeq ($(strip $(PYTHON_VERSION)),3.12)
IGNORE_OPTS := --ignore tests/tensorflow --ignore tests/snowflake
IGNORE_OPTS := --ignore tests/tensorflow --ignore tests/snowflake/*
else
IGNORE_OPTS := --ignore tests/tensorflow
endif
Expand Down

0 comments on commit 217a18a

Please sign in to comment.