Skip to content

Commit e31b350

Browse files
committed
Fix PR 207 (for real)
1 parent 4bf4a8c commit e31b350

File tree

4 files changed

+16
-21
lines changed

4 files changed

+16
-21
lines changed

.github/workflows/test_tox.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,12 @@ jobs:
161161
test_coverage_github:
162162
uses: ./.github/workflows/tox.yml
163163
with:
164-
pytest: true
165164
coverage: github
166165
envs: |
167166
- linux: py313-covcheck
167+
pytest: true
168168
- linux: py314-covcheck
169+
pytest: true
169170
170171
test_artifact_upload:
171172
uses: ./.github/workflows/tox.yml

0 commit comments

Comments
 (0)