We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996e23b commit 24095d2Copy full SHA for 24095d2
Makefile
@@ -45,12 +45,8 @@ clean:
45
rm -rf src/lightning_fabric/*/
46
rm -rf src/pytorch_lightning/*/
47
48
-test: clean
+test: clean setup
49
# Review the CONTRIBUTING documentation for other ways to test.
50
- pip install -e . \
51
- -r requirements/pytorch/base.txt \
52
- -r requirements/fabric/base.txt \
53
- -r requirements/pytorch/test.txt \
54
55
# run tests with coverage
56
python -m coverage run --source src/lightning/pytorch -m pytest src/lightning/pytorch tests/tests_pytorch -v
0 commit comments