Commit b242623b authored by rusty1s's avatar rusty1s
Browse files

[skip ci] conda

parent bc0a0706
...@@ -34,18 +34,25 @@ jobs: ...@@ -34,18 +34,25 @@ jobs:
- name: HEHE - name: HEHE
run: | run: |
ls -lah /c/Program\ Files ls -lah /c/Program\ Files
du -sh /c/Program\ Files
shell: shell:
bash bash
- name: Size
run: |
Get-PSDrive
- name: Free up disk space - name: Free up disk space
if: ${{ runner.os == 'Windows' && matrix.cuda-version == 'cu111' }} if: ${{ runner.os == 'Windows' && matrix.cuda-version == 'cu111' }}
run: | 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 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 Write-Host $err
- name: Size
run: |
Get-PSDrive
# - name: Set up Conda for Python ${{ matrix.python-version }} # - name: Set up Conda for Python ${{ matrix.python-version }}
# uses: conda-incubator/setup-miniconda@v2 # uses: conda-incubator/setup-miniconda@v2
# with: # with:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment