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
8862d2c4
Commit
8862d2c4
authored
Jun 25, 2021
by
rusty1s
Browse files
[skip ci] build conda
parent
5521115c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
41 deletions
+7
-41
.github/workflows/building-conda.yml
.github/workflows/building-conda.yml
+7
-41
No files found.
.github/workflows/building-conda.yml
View file @
8862d2c4
...
@@ -28,50 +28,16 @@ jobs:
...
@@ -28,50 +28,16 @@ jobs:
steps
:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
-
name
:
Set up Python ${{ matrix.python-version }}
-
name
:
Set up
Miniconda with
Python ${{ matrix.python-version }}
uses
:
actions/setup-python
@v2
uses
:
conda-incubator/setup-miniconda
@v2
with
:
with
:
python-version
:
${{ matrix.python-version }}
python-version
:
${{ matrix.python-version }}
# name: Building Conda
# on: [workflow_dispatch]
-
name
:
Conda info
run
:
|
# jobs:
conda info
conda list
# conda-build:
which python
# 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 }}
# - name: Install CUDA ${{ matrix.cuda-version }}
# 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