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
72a9c0cf
Commit
72a9c0cf
authored
Jun 26, 2021
by
rusty1s
Browse files
[skip ci]
parent
9756988a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
17 deletions
+2
-17
.github/workflows/building-conda.yml
.github/workflows/building-conda.yml
+2
-17
No files found.
.github/workflows/building-conda.yml
View file @
72a9c0cf
...
...
@@ -10,12 +10,10 @@ jobs:
strategy
:
fail-fast
:
false
matrix
:
# os: [ubuntu-16.04, macos-10.15, windows-latest]
os
:
[
windows-latest
]
os
:
[
ubuntu-16.04
,
macos-10.15
,
windows-latest
]
python-version
:
[
3.6
,
3.7
,
3.8
,
3.9
]
torch-version
:
[
1.8.0
,
1.9.0
]
# cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']
cuda-version
:
[
'
cu111'
]
cuda-version
:
[
'
cpu'
,
'
cu101'
,
'
cu102'
,
'
cu111'
]
exclude
:
-
torch-version
:
1.9.0
cuda-version
:
'
cu101'
...
...
@@ -30,19 +28,6 @@ jobs:
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Free up disk space
if
:
${{ runner.os == 'Windows' && matrix.cuda-version == 'cu111' }}
run
:
|
Remove-Item "$Env:Programfiles\Azure Cosmos DB Emulator" -Recurse -Force -ErrorAction SilentlyContinue -ErrorVariable err
Write-Host $err
Remove-Item "$Env:Programfiles\Google" -Recurse -Force -ErrorAction SilentlyContinue -ErrorVariable err
Write-Host $err
Remove-Item "$Env:Programfiles\MongoDB" -Recurse -Force -ErrorAction SilentlyContinue -ErrorVariable err
Write-Host $err
Remove-Item "$Env:Programfiles\PostgreSQL" -Recurse -Force -ErrorAction SilentlyContinue -ErrorVariable err
Write-Host $err
-
name
:
Set up Conda for Python ${{ matrix.python-version }}
uses
:
conda-incubator/setup-miniconda@v2
with
:
...
...
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