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-spline-conv
Commits
5521115c
Commit
5521115c
authored
Jun 25, 2021
by
rusty1s
Browse files
[skip ci] build conda
parent
bf47ea86
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
8 deletions
+42
-8
.github/workflows/building-conda.yml
.github/workflows/building-conda.yml
+42
-8
No files found.
.github/workflows/building-conda.yml
View file @
5521115c
...
...
@@ -4,7 +4,7 @@ on: [workflow_dispatch]
jobs
:
conda-build
:
wheel
:
runs-on
:
${{ matrix.os }}
strategy
:
...
...
@@ -28,16 +28,50 @@ jobs:
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Set up
Miniconda with
Python ${{ matrix.python-version }}
-
uses
:
conda-incubator/setup-miniconda
@v2
-
name
:
Set up Python ${{ matrix.python-version }}
uses
:
actions/setup-python
@v2
with
:
python-version
:
${{ matrix.python-version }}
# name: Building Conda
-
name
:
Conda info
run
:
|
conda info
conda list
which python
# on: [workflow_dispatch]
# jobs:
# conda-build:
# runs-on: ${{ matrix.os }}
# strategy:
# fail-fast: false
# matrix:
# os: [ubuntu-16.04]
# python-version: [3.8]
# torch-version: [1.8.0, 1.9.0]
# cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']
# exclude:
# - torch-version: 1.9.0
# cuda-version: 'cu101'
# - os: macos-10.15
# cuda-version: 'cu101'
# - os: macos-10.15
# cuda-version: 'cu102'
# - os: macos-10.15
# cuda-version: 'cu111'
# - os: windows-latest
# cuda-version: 'cu101'
# steps:
# - uses: actions/checkout@v2
# - name: Set up Miniconda with Python ${{ matrix.python-version }}
# - uses: conda-incubator/setup-miniconda@v2
# with:
# python-version: ${{ matrix.python-version }}
# - name: Conda info
# run: |
# conda info
# conda list
# which python
# - name: Install CUDA ${{ matrix.cuda-version }}
# 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