File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ jobs:
3535 - name : Update pip
3636 shell : bash -l {0}
3737 run : python -m pip install --upgrade pip
38- - name : Install pytorch
39- shell : bash -l {0}
40- run : pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu130 --force-reinstall
41- - name : Install monarch
42- shell : bash -l {0}
43- run : pip install assets/ci/monarch_no_torch-0.1.0.dev20251010-py3-none-any.whl
38+ # - name: Install pytorch
39+ # shell: bash -l {0}
40+ # run: pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu130 --force-reinstall
41+ # - name: Install monarch
42+ # shell: bash -l {0}
43+ # run: pip install assets/ci/monarch_no_torch-0.1.0.dev20251010-py3-none-any.whl
4444 - name : Install torchforge
4545 shell : bash -l {0}
4646 env :
Original file line number Diff line number Diff line change 2323 miniconda-version : " latest"
2424 activate-environment : test
2525 python-version : ${{ matrix.python-version }}
26+ auto-activate : false
2627 # - name: Update pip
2728 # run: python -m pip install --upgrade pip
2829 - name : Install torchforge
You can’t perform that action at this time.
0 commit comments