Skip to content

Commit 75cb151

Browse files
authored
Disable python 3.10 due to numba/numpy issue
1 parent 06cc726 commit 75cb151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/building-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ubuntu-18.04, macos-10.15] #, windows-2019]
14-
python-version: ['3.7', '3.8', '3.9', '3.10']
14+
python-version: ['3.7', '3.8', '3.9'] #, '3.10']
1515
torch-version: [1.10.0, 1.11.0, 1.12.0]
1616
cuda-version: ['cpu', 'cu102', 'cu113', 'cu115', 'cu116']
1717
exclude:

0 commit comments

Comments
 (0)