We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ad25d commit 94ced43Copy full SHA for 94ced43
Makefile
@@ -59,7 +59,7 @@ run_all_tests: wandb_login
59
60
.PHONY: run_short_tests
61
run_short_tests:
62
- export PYTORCH_ENABLE_MPS_FALLBACK=1; export PYTHONPATH=.; pytest --disable-warnings -sv -m "not needs_optional_dependency" tests
+ export PYTORCH_ENABLE_MPS_FALLBACK=1; export PYTHONPATH=.; pytest --disable-warnings -sv -m "not long and not needs_optional_dependency" tests
63
pytest --disable-warnings --doctest-modules --doctest-continue-on-failure -sv oml
64
65
.PHONY: test_converters
0 commit comments