We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 042dc0a commit e48bf20Copy full SHA for e48bf20
1 file changed
.github/workflows/test-cells-conda.yml
@@ -15,8 +15,7 @@ jobs:
15
fail-fast: false
16
max-parallel: 2
17
matrix:
18
- python-version: ["3.12"]
19
- # python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
20
21
concurrency:
22
group: test-cells-conda-${{ github.ref }}-${{ matrix.python-version }}
0 commit comments