Skip to content

Commit db14994

Browse files
msaroufimliangel-02
authored andcommitted
unpin torch to unbreak mac tests (#2198)
* fix broken mac test * Update torchao_experimental_test.yml
1 parent 07deec2 commit db14994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/torchao_experimental_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Install executorch first because it installs its own version
3737
# of torch and torchao, which we do not want to use
3838
pip install executorch
39-
pip install torch==2.7.0.dev20250311 --index-url "https://download.pytorch.org/whl/nightly/cpu" --force-reinstall
39+
pip install torch==2.7.0 --index-url https://download.pytorch.org/whl/cpu --force-reinstall
4040
pip install -r dev-requirements.txt
4141
USE_CPP=1 TORCHAO_BUILD_KLEIDIAI=1 pip install .
4242
- name: Run python tests

0 commit comments

Comments
 (0)