Skip to content

Commit cbf094d

Browse files
authored
PyTorch 2.7 support (#487)
1 parent ba2c1b2 commit cbf094d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/building.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@ jobs:
8585
- name: Install main package for CPU
8686
if: ${{ matrix.cuda-version == 'cpu' }}
8787
run: |
88-
FORCE_ONLY_CPU=1 pip install -e . --no-build-isolation
88+
FORCE_ONLY_CPU=1 pip install -v -e . --no-build-isolation
8989
shell:
9090
bash
9191

9292
- name: Install main package for GPU
9393
if: ${{ matrix.cuda-version != 'cpu' }}
9494
run: |
9595
source .github/workflows/cuda/${{ matrix.cuda-version }}-${{ runner.os }}-env.sh
96-
pip install -e . --no-build-isolation
96+
FORCE_CUDA=1 pip install -v -e . --no-build-isolation
9797
shell:
9898
bash
9999

0 commit comments

Comments
 (0)