"src/vscode:/vscode.git/clone" did not exist on "c88fca5055b0e7dfac2c36a306956ce345fbfd47"
Commit 4d976c5c authored by rusty1s's avatar rusty1s
Browse files

[skip ci] build conda

parent 678ef9bf
...@@ -4,16 +4,19 @@ on: [workflow_dispatch] ...@@ -4,16 +4,19 @@ on: [workflow_dispatch]
jobs: jobs:
wheel: conda-build:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-16.04, macos-10.15] #, windows-latest] os: [ubuntu-16.04, macos-10.15, windows-latest]
python-version: [3.6, 3.7, 3.8, 3.9] # python-version: [3.6, 3.7, 3.8, 3.9]
torch-version: [1.8.0, 1.9.0] python-version: [3.9]
cuda-version: ['cpu', 'cu101', 'cu102', 'cu111'] # torch-version: [1.8.0, 1.9.0]
torch-version: [1.9.0]
# cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']
cuda-version: ['cpu']
exclude: exclude:
- torch-version: 1.9.0 - torch-version: 1.9.0
cuda-version: 'cu101' cuda-version: 'cu101'
......
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