Commit 353569d3 authored by rusty1s's avatar rusty1s
Browse files

[ci skip]

parent dffc41b5
......@@ -53,17 +53,17 @@ jobs:
shell:
bash
- name: Install METIS
if: ${{ runner.os != 'Windows' }}
run: |
bash .github/workflows/metis.sh
# - name: Install METIS
# if: ${{ runner.os != 'Windows' }}
# run: |
# bash .github/workflows/metis.sh
- name: Install METIS on Windows
if: ${{ runner.os == 'Windows' }}
run: |
bash .github/workflows/metis-${{ runner.os }}.sh
shell:
bash -l {0}
# - name: Install METIS on Windows
# if: ${{ runner.os == 'Windows' }}
# run: |
# bash .github/workflows/metis-${{ runner.os }}.sh
# shell:
# bash -l {0}
- name: Build Conda package for CPU
if: ${{ matrix.cuda-version == 'cpu' }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment