Skip to content

Commit 100f584

Browse files
committed
Comment out hopefully unnecessary parts of build
1 parent 67a18c0 commit 100f584

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/docs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/unit_test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
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

0 commit comments

Comments
 (0)