Skip to content

Commit c61005b

Browse files
committed
Add missing test to workflow
1 parent 67142c7 commit c61005b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- { python-version: "3.10", tox-env: py310, max-attempts: 3 }
3838
- { python-version: "3.10", tox-env: py310-no-ext, max-attempts: 3 }
3939
- { python-version: "3.11", tox-env: py311, max-attempts: 3 }
40+
- { python-version: "3.11", tox-env: py311-no-ext, max-attempts: 3 }
4041
- { python-version: "3.12", tox-env: py312, max-attempts: 3 }
4142
- { python-version: "3.12", tox-env: py312-no-ext, max-attempts: 3 }
4243
- { python-version: "3.13", tox-env: py313, max-attempts: 3 }

0 commit comments

Comments
 (0)