Skip to content

Commit 5cdbff1

Browse files
committed
x
1 parent 535171b commit 5cdbff1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,6 @@ jobs:
4343
python-version: ${{ matrix.python-version }}
4444
secrets: inherit
4545
test:
46-
strategy:
47-
matrix:
48-
# Only lint on the min and max supported Python versions.
49-
# It's extremely unlikely that there's a lint issue on any version in between
50-
# that doesn't show up on the min or max versions.
51-
#
52-
# GitHub rate-limits how many jobs can be running at any one time.
53-
# Starting new jobs is also relatively slow,
54-
# so linting on fewer versions makes CI faster.
55-
python-version:
56-
- "3.10"
57-
- "3.12"
5846
uses:
5947
./.github/workflows/_test.yml
6048
with:

0 commit comments

Comments
 (0)