Skip to content

Commit b13b51f

Browse files
committed
up
1 parent d3a6f2a commit b13b51f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/torchao_experimental_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
conda activate venv
3636
# Install executorch first because it installs its own version
3737
# of torch and torchao, which we do not want to use
38-
# pip install executorch
39-
pip install torch --index-url "https://download.pytorch.org/whl/nightly/cpu"
38+
pip install executorch
39+
pip install torch --index-url "https://download.pytorch.org/whl/nightly/cpu" --force-reinstall
4040
pip install numpy
4141
pip install pytest
4242
pip install parameterized

0 commit comments

Comments
 (0)