Skip to content

Commit 93563a5

Browse files
committed
update
1 parent ac75bf6 commit 93563a5

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
@@ -106,13 +106,13 @@ 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' }}

0 commit comments

Comments
 (0)