We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 599417d commit 70ee321Copy full SHA for 70ee321
CONTRIBUTING.md
@@ -394,8 +394,15 @@ passes. You should run the tests impacted by your changes like this:
394
```bash
395
$ pytest tests/<TEST_TO_RUN>.py
396
```
397
+
398
+Before you run the tests, please make sure you install the dependencies required for testing. You can do so
399
+with this command:
400
-You can also run the full suite with the following command, but it takes
401
+ ```bash
402
+ $ pip install -e ".[test]"
403
+ ```
404
405
+You can run the full test suite with the following command, but it takes
406
a beefy machine to produce a result in a decent amount of time now that
407
Diffusers has grown a lot. Here is the command for it:
408
0 commit comments