Fix Makefile for building apps (#18475)

This commit is contained in:
qunhong zneg 2023-09-04 17:20:10 +08:00 committed by GitHub
parent 095d9cf279
commit 41ba7de803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ test: clean
# Review the CONTRIBUTING documentation for other ways to test.
pip install -e . \
-r requirements/pytorch/base.txt \
-r requirements/app/base.txt \
-r requirements/app/app.txt \
-r requirements/fabric/base.txt \
-r requirements/pytorch/test.txt \
-r requirements/app/test.txt