Skip to content

Commit 1202696

Browse files
committed
update
1 parent 56b960a commit 1202696

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/building.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,30 +106,30 @@ jobs:
106106
if: ${{ runner.os != 'Windows' }}
107107
run: |
108108
bash .github/workflows/metis.sh
109-
echo WITH_METIS=1 >> $GITHUB_ENV
109+
echo WITH_METIS=1 >> $GITHUB_ENV
110110

111111
- name: Install METIS on Windows
112112
if: ${{ runner.os == 'Windows' }}
113113
run: |
114114
# bash .github/workflows/metis-${{ runner.os }}.sh
115-
echo WITH_METIS=0 >> $GITHUB_ENV
115+
echo WITH_METIS=0 >> $GITHUB_ENV
116116

117117
- name: Build wheel for CPU
118118
if: ${{ matrix.cuda-version == 'cpu' }}
119119
run: |
120120
python setup.py bdist_wheel --dist-dir=dist
121-
env:
121+
env:
122122
FORCE_ONLY_CPU: 1
123-
WITH_METIS: ${{ env.WITH_METIS }}
123+
WITH_METIS: ${{ env.WITH_METIS }}
124124

125125
- name: Build wheel for GPU
126126
if: ${{ matrix.cuda-version != 'cpu' }}
127127
run: |
128128
source .github/workflows/cuda/${{ matrix.cuda-version }}-${{ runner.os }}-env.sh
129129
python setup.py bdist_wheel --dist-dir=dist
130-
env:
130+
env:
131131
FORCE_CUDA: 1
132-
WITH_METIS: ${{ env.WITH_METIS }}
132+
WITH_METIS: ${{ env.WITH_METIS }}
133133

134134
- name: Configure AWS
135135
uses: aws-actions/configure-aws-credentials@v1

0 commit comments

Comments
 (0)