Skip to content

Commit 0cb65de

Browse files
committed
Update install_requirements.py to include TORCH_NIGHTLY_URL for requirements-examples.txt
1 parent 4ce7078 commit 0cb65de

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ jobs:
315315
bash examples/models/moshi/mimi/install_requirements.sh
316316
317317
# reinstall executorch
318-
bash ./install_executorch.sh
318+
bash ./install_executorch.sh --minimal
319319
320320
# run python unittest
321321
python -m unittest examples.models.moshi.mimi.test_mimi

install_requirements.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ def install_optional_example_requirements(use_pytorch_nightly):
174174
"install",
175175
"-r",
176176
"requirements-examples.txt",
177+
"--extra-index-url",
178+
TORCH_NIGHTLY_URL,
177179
],
178180
check=True,
179181
)

0 commit comments

Comments
 (0)