Skip to content

Commit ef2611b

Browse files
committed
FIX: More
1 parent 8982f06 commit ef2611b

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

.github/workflows/tests.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -58,27 +58,27 @@ jobs:
5858
fail-fast: false
5959
matrix:
6060
include:
61-
# - os: ubuntu-latest
62-
# python: '3.13'
63-
# kind: pip
64-
# - os: ubuntu-latest
65-
# python: '3.12'
66-
# kind: pip-pre
67-
# - os: ubuntu-latest
68-
# python: '3.12'
69-
# kind: conda
70-
# - os: macos-latest # arm64 (Apple Silicon)
71-
# python: '3.12'
72-
# kind: mamba
73-
# - os: macos-13 # latest Intel release
74-
# python: '3.12'
75-
# kind: mamba
76-
# - os: windows-latest
77-
# python: '3.10'
78-
# kind: mamba
79-
# - os: ubuntu-latest
80-
# python: '3.10'
81-
# kind: minimal
61+
- os: ubuntu-latest
62+
python: '3.13'
63+
kind: pip
64+
- os: ubuntu-latest
65+
python: '3.12'
66+
kind: pip-pre
67+
- os: ubuntu-latest
68+
python: '3.12'
69+
kind: conda
70+
- os: macos-latest # arm64 (Apple Silicon)
71+
python: '3.12'
72+
kind: mamba
73+
- os: macos-13 # latest Intel release
74+
python: '3.12'
75+
kind: mamba
76+
- os: windows-latest
77+
python: '3.10'
78+
kind: mamba
79+
- os: ubuntu-latest
80+
python: '3.10'
81+
kind: minimal
8282
- os: ubuntu-22.04
8383
python: '3.10'
8484
kind: old

0 commit comments

Comments
 (0)