Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit f8201c6

Browse files
authored
Added SPARSEZOO_TEST_MODE flag for makefile (#174)
1 parent fe5523f commit f8201c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ CHECKGLOBS := 'examples/**/*.py' 'integrations/**/*.py' 'scripts/**/*.py' 'src/*
66
DOCDIR := docs
77
MDCHECKGLOBS := 'docs/**/*.md' 'docs/**/*.rst' 'examples/**/*.md' 'integrations/**/*.md' 'notebooks/**/*.md' 'scripts/**/*.md'
88
MDCHECKFILES := CODE_OF_CONDUCT.md CONTRIBUTING.md DEVELOPING.md README.md
9+
SPARSEZOO_TEST_MODE := "true"
910

1011
BUILD_ARGS := # set nightly to build nightly release
1112
TARGETS := "" # targets for running pytests: keras,onnx,pytorch,pytorch_models,pytorch_datasets,tensorflow_v1,tensorflow_v1_models,tensorflow_v1_datasets

0 commit comments

Comments
 (0)