Skip to content

Commit 9a93ece

Browse files
committed
Try fixing yaml.
1 parent d29c1aa commit 9a93ece

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci-test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ jobs:
5555
experimental: [false]
5656

5757
include:
58-
# example: if 3.12 fails the jobs still succeeds
59-
- python-version: 3.12
60-
experimental: [true]
61-
# version 2.7 not available on unbuntu-22.04 github
62-
# - python-version: 2.7
63-
# os: ubuntu-22.04
64-
# experimental: true
58+
# example: if 3.12 fails the jobs still succeeds
59+
- python-version: 3.12
60+
experimental: [true]
61+
# version 2.7 not available on unbuntu-22.04 github
62+
# - python-version: 2.7
63+
# os: ubuntu-22.04
64+
# experimental: true
6565
- python-version: 3.11-dev
6666
os: ubuntu-22.04
6767
experimental: [true]

0 commit comments

Comments
 (0)