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
fb1e5f98
Commit
fb1e5f98
authored
Jun 26, 2021
by
rusty1s
Browse files
[skip ci] conda
parent
ea186bde
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
.github/workflows/building-conda.yml
.github/workflows/building-conda.yml
+8
-0
No files found.
.github/workflows/building-conda.yml
View file @
fb1e5f98
...
@@ -35,6 +35,14 @@ jobs:
...
@@ -35,6 +35,14 @@ jobs:
with
:
with
:
python-version
:
${{ matrix.python-version }}
python-version
:
${{ matrix.python-version }}
-
name
:
Free up disk space
if
:
${{ runner.os == 'Windows' && matrix.cuda-version == 'cu111' }}
run
:
|
Remove-Item "$Env:Programfiles\Unity" -Recurse -Force -ErrorAction SilentlyContinue -ErrorVariable err
Write-Host $err
Remove-Item "$Env:Programfiles\Boost" -Recurse -Force -ErrorAction SilentlyContinue -ErrorVariable err
Write-Host $err
-
name
:
Install Conda packages
-
name
:
Install Conda packages
run
:
|
run
:
|
conda install conda-build conda-verify --yes
conda install conda-build conda-verify --yes
...
...
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