Skip to content

Commit 9649afa

Browse files
committed
test: fix syntax
empty exclude is an error.
1 parent abe4f60 commit 9649afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- python-version: 3.8
8787
os: ubuntu-22.04
8888

89-
exclude:
89+
#exclude:
9090
# skip all python versions on explicit 20.04/24.04 unless
9191
# explicitly included
9292
#- os: ubuntu-20.04

0 commit comments

Comments
 (0)