Skip to content

Commit d337434

Browse files
committed
remove unused matrix attributes
1 parent c4482fa commit d337434

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,31 +58,19 @@ jobs:
5858
matrix:
5959
include:
6060
- python-version: '3.9'
61-
conda-env: dev
62-
spec: conda
6361
numpy-version: 1
6462
- python-version: '3.9'
65-
conda-env: dev
66-
spec: main
6763
numpy-version: 2
6864
- python-version: '3.10'
69-
conda-env: full
7065
run-expensive-tests: true
7166
report-coverage: true
7267
save-cache: true
73-
spec: conda
7468
numpy-version: 1
7569
- python-version: '3.11'
76-
conda-env: dev
77-
spec: main
7870
numpy-version: 2
7971
- python-version: '3.12'
80-
conda-env: dev
81-
spec: conda
8272
numpy-version: 1
8373
# - python-version: '3.13'
84-
# conda-env: '313'
85-
# spec: main
8674
# numpy-version: 2
8775

8876
steps:

0 commit comments

Comments
 (0)