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
086ee97a
Commit
086ee97a
authored
Jun 26, 2021
by
rusty1s
Browse files
[ci skip]
parent
9a033ec2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
13 deletions
+12
-13
.github/workflows/building-conda.yml
.github/workflows/building-conda.yml
+12
-13
No files found.
.github/workflows/building-conda.yml
View file @
086ee97a
...
@@ -11,11 +11,10 @@ jobs:
...
@@ -11,11 +11,10 @@ jobs:
fail-fast
:
false
fail-fast
:
false
matrix
:
matrix
:
# os: [ubuntu-16.04, macos-10.15, windows-latest]
# os: [ubuntu-16.04, macos-10.15, windows-latest]
os
:
[
ubuntu-16.04
,
windows-latest
]
os
:
[
windows-latest
]
python-version
:
[
3.6
]
#, 3.7, 3.8, 3.9]
python-version
:
[
3.6
,
3.7
,
3.8
,
3.9
]
torch-version
:
[
1.8.0
]
#, 1.9.0]
torch-version
:
[
1.8.0
,
1.9.0
]
# cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']
cuda-version
:
[
'
cpu'
,
'
cu101'
,
'
cu102'
,
'
cu111'
]
cuda-version
:
[
'
cpu'
]
exclude
:
exclude
:
-
torch-version
:
1.9.0
-
torch-version
:
1.9.0
cuda-version
:
'
cu101'
cuda-version
:
'
cu101'
...
@@ -80,11 +79,11 @@ jobs:
...
@@ -80,11 +79,11 @@ jobs:
shell
:
shell
:
bash -l {0}
bash -l {0}
#
- name: Publish Conda package
-
name
:
Publish Conda package
#
run: |
run
:
|
#
conda install anaconda-client --yes
conda install anaconda-client --yes
#
anaconda upload --force --label main $HOME/conda-bld/*/*.tar.bz2
anaconda upload --force --label main $HOME/conda-bld/*/*.tar.bz2
#
env:
env
:
#
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
ANACONDA_API_TOKEN
:
${{ secrets.ANACONDA_TOKEN }}
#
shell:
shell
:
#
bash -l {0}
bash -l {0}
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