Commit 0fa28609 authored by rusty1s's avatar rusty1s
Browse files

[skip ci]

parent ff5e8cdb
......@@ -10,10 +10,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-16.04, macos-10.15, windows-latest]
python-version: [3.6, 3.7, 3.8, 3.9]
# os: [ubuntu-16.04, macos-10.15, windows-latest]
os: [ubuntu-16.04]
# python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.6]
torch-version: [1.8.0, 1.9.0]
cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']
# cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']
cuda-version: ['cu111']
exclude:
- torch-version: 1.9.0
cuda-version: 'cu101'
......@@ -33,6 +36,12 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Free up disk space
if: ${{ runner.os == 'Linux' && matrix.cuda-version == 'cu111' }}
run: |
sudo du -hs /usr/share
sudo rm -rf /usr/share/dotnet
- name: Install Conda packages
run: |
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