1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

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

fix typo to ensure `make test-examples` work correctly
This commit is contained in:
Alan Ji
2023-08-04 02:17:48 +08:00
committed by GitHub
parent 380bfd82c1
commit 777becda6b

View File

@@ -78,7 +78,7 @@ test:
# Run tests for 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