Skip to content

Commit 6afedda

Browse files
committed
comment out experimental examle
1 parent fe5df28 commit 6afedda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
#os: [ubuntu-latest, macos-latest, windows-latest]
2929
# if the ones above fail. fail the build
3030
experimental: [false]
31-
include:
31+
#include:
3232
# example: if 3.12 fails the jobs still succeeds
33-
- python-version: 3.12
34-
experimental: true
33+
# - python-version: 3.12
34+
# experimental: true
3535

3636
env:
3737
# get colorized pytest output even without a controlling tty

0 commit comments

Comments
 (0)