Skip to content

Commit f3f31ed

Browse files
committed
PyTorch 2.7 support
1 parent 8204a56 commit f3f31ed

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
@@ -82,15 +82,15 @@ jobs:
8282
- name: Install main package for CPU
8383
if: ${{ matrix.cuda-version == 'cpu' }}
8484
run: |
85-
FORCE_ONLY_CPU=1 pip install -e . --no-build-isolation
85+
FORCE_ONLY_CPU=1 pip install -v -e . --no-build-isolation
8686
shell:
8787
bash
8888

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

0 commit comments

Comments
 (0)