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
b242623b
Commit
b242623b
authored
Jun 26, 2021
by
rusty1s
Browse files
[skip ci] conda
parent
bc0a0706
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
.github/workflows/building-conda.yml
.github/workflows/building-conda.yml
+10
-3
No files found.
.github/workflows/building-conda.yml
View file @
b242623b
...
...
@@ -34,18 +34,25 @@ jobs:
-
name
:
HEHE
run
:
|
ls -lah /c/Program\ Files
du -sh /c/Program\ Files
shell
:
bash
-
name
:
Size
run
:
|
Get-PSDrive
-
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
Remove-Item "$Env:Programfiles\Unity
Hub
" -Recurse -Force -ErrorAction SilentlyContinue -ErrorVariable err
Write-Host $err
Remove-Item "$Env:Programfiles\
Boost
" -Recurse -Force -ErrorAction SilentlyContinue -ErrorVariable err
Remove-Item "$Env:Programfiles\
Microsoft Service Fabric
" -Recurse -Force -ErrorAction SilentlyContinue -ErrorVariable err
Write-Host $err
-
name
:
Size
run
:
|
Get-PSDrive
# - 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