Commit fb1e5f98 authored by rusty1s's avatar rusty1s
Browse files

[skip ci] conda

parent ea186bde
...@@ -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
......
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