Skip to content

Commit

Permalink
Fix Makefile for building apps (#18475)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x404 authored Sep 4, 2023
1 parent 095d9cf commit 41ba7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41ba7de

Please sign in to comment.