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

[ci skip]

parent dffc41b5
...@@ -53,17 +53,17 @@ jobs: ...@@ -53,17 +53,17 @@ jobs:
shell: shell:
bash bash
- name: Install METIS # - name: Install METIS
if: ${{ runner.os != 'Windows' }} # if: ${{ runner.os != 'Windows' }}
run: | # run: |
bash .github/workflows/metis.sh # bash .github/workflows/metis.sh
- name: Install METIS on Windows # - name: Install METIS on Windows
if: ${{ runner.os == 'Windows' }} # if: ${{ runner.os == 'Windows' }}
run: | # run: |
bash .github/workflows/metis-${{ runner.os }}.sh # bash .github/workflows/metis-${{ runner.os }}.sh
shell: # shell:
bash -l {0} # bash -l {0}
- name: Build Conda package for CPU - name: Build Conda package for CPU
if: ${{ matrix.cuda-version == '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