Unverified Commit 777becda authored by Alan Ji's avatar Alan Ji Committed by GitHub
Browse files

fix typo to ensure `make test-examples` work correctly (#4329)

fix typo to ensure `make test-examples` work correctly
parent 380bfd82
...@@ -78,7 +78,7 @@ test: ...@@ -78,7 +78,7 @@ test:
# Run tests for examples # Run tests for examples
test-examples: test-examples:
python -m pytest -n auto --dist=loadfile -s -v ./examples/pytorch/ python -m pytest -n auto --dist=loadfile -s -v ./examples/
# Release stuff # Release stuff
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment