Skip to content

Commit ada4c02

Browse files
authored
Fix CI (#1840)
up
1 parent 23c3162 commit ada4c02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/torchao_experimental_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install requirements
3434
run: |
3535
conda activate venv
36-
pip install --extra-index-url "https://download.pytorch.org/whl/nightly/cpu" torch=="2.6.0.dev20250104"
36+
pip install torch --index-url "https://download.pytorch.org/whl/nightly/cpu"
3737
pip install numpy
3838
pip install pytest
3939
USE_CPP=1 pip install .
@@ -53,8 +53,8 @@ jobs:
5353
run: |
5454
conda activate venv
5555
pushd torchao/experimental/ops/tests
56-
# sh build_and_run_tests.sh
57-
# rm -rf /tmp/cmake-out
56+
sh build_and_run_tests.sh
57+
rm -rf /tmp/cmake-out
5858
popd
5959
6060
test-mps-ops:

0 commit comments

Comments
 (0)