Skip to content

Commit 602f6c3

Browse files
committed
Add conda update from Project-MONAI#8839
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
1 parent b0e1e7d commit 602f6c3

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/cicd_tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ jobs:
202202
- if: runner.os == 'windows'
203203
name: Install torch cpu from pytorch.org (Windows only)
204204
run: |
205-
# BUG: PyTorch 2.8.0 appears to have a gloo bug under Windows with failing distributed tests
206205
python -m pip install torch==${WIN_FULLDEP_VER} torchvision==${WIN_FULLDEP_VISION_VER}+cpu --index-url https://download.pytorch.org/whl/cpu
207206
shell: bash
208207
- if: runner.os != 'windows'

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
find /opt/hostedtoolcache/* -maxdepth 0 ! -name 'Python' -exec rm -rf {} \;
3939
rm -rf /usr/share/dotnet/
40-
- uses: conda-incubator/setup-miniconda@v3
40+
- uses: conda-incubator/setup-miniconda@v4
4141
with:
4242
auto-update-conda: true
4343
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)