Skip to content

Commit f9ad4ff

Browse files
committed
upgrade setuptools, no conda torch
1 parent 8a7fdd7 commit f9ad4ff

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/install.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,8 @@ jobs:
4747
run: python -m pip install -U pip
4848

4949
- name: Install build dependencies
50-
run: pip install "numpy<2.0" setuptools wheel
50+
run: pip install --upgrade "setuptools>=69.0.0" "numpy<2.0" wheel
5151

52-
- name: Install PyTorch CPU
53-
if: matrix.env == 'conda'
54-
run: conda install pytorch cpuonly -c pytorch
55-
5652
- name: Install PyTorch CPU
5753
if: matrix.env == 'pip'
5854
run: pip install torch --index-url https://download.pytorch.org/whl/cpu

0 commit comments

Comments
 (0)