We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a9621 commit 2d4f195Copy full SHA for 2d4f195
.github/workflows/building.yml
@@ -97,14 +97,14 @@ jobs:
97
run: |
98
bash .github/workflows/metis-${{ runner.os }}.sh
99
100
- - name: Build wheel on CPU
+ - name: Build wheel for CPU
101
if: ${{ matrix.cuda-version == 'cpu' }}
102
103
FORCE_ONLY_CPU=1 WITH_METIS=1 python setup.py bdist_wheel --dist-dir=dist
104
shell:
105
bash
106
107
- - name: Build wheel on GPU
+ - name: Build wheel for GPU
108
if: ${{ matrix.cuda-version != 'cpu' }}
109
110
source .github/workflows/cuda/${{ matrix.cuda-version }}-${{ runner.os }}-env.sh
0 commit comments