Skip to content

Commit 21e987a

Browse files
committed
reduce test matrix
1 parent caba324 commit 21e987a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@ jobs:
2626
- "3.10"
2727
- "3.11"
2828
- "3.12"
29+
celery-version: [">=5.4"]
2930
include:
3031
- celery-version: ">=5.3,<5.4"
31-
python-version: "3.12"
32-
- celery-version: ">=5.4"
33-
python-version: "3.12"
3432
steps:
3533
- uses: actions/checkout@v3
3634
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)