Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-sparse
Commits
353569d3
Commit
353569d3
authored
Jun 26, 2021
by
rusty1s
Browse files
[ci skip]
parent
dffc41b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
.github/workflows/building-conda.yml
.github/workflows/building-conda.yml
+10
-10
No files found.
.github/workflows/building-conda.yml
View file @
353569d3
...
@@ -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' }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment