We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4482fa commit d337434Copy full SHA for d337434
.github/workflows/build.yaml
@@ -58,31 +58,19 @@ jobs:
58
matrix:
59
include:
60
- python-version: '3.9'
61
- conda-env: dev
62
- spec: conda
63
numpy-version: 1
64
65
66
- spec: main
67
numpy-version: 2
68
- python-version: '3.10'
69
- conda-env: full
70
run-expensive-tests: true
71
report-coverage: true
72
save-cache: true
73
74
75
- python-version: '3.11'
76
77
78
79
- python-version: '3.12'
80
81
82
83
# - python-version: '3.13'
84
- # conda-env: '313'
85
- # spec: main
86
# numpy-version: 2
87
88
steps:
0 commit comments