You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# NOTE: To speed-up the CI run, we split unit and integration tests into multiple jobs where
428
424
# each job runs subset of tests.
429
425
python:
430
-
- {version-short: '3.8', version: '3.8.18'}
431
-
- {version-short: '3.9', version: '3.9.21'}
432
426
- {version-short: '3.10', version: '3.10.16'}
433
427
- {version-short: '3.11', version: '3.11.11'}
434
428
make:
@@ -577,7 +571,7 @@ jobs:
577
571
578
572
- name: Codecov
579
573
# NOTE: We only generate and submit coverage report for master and version branches and only when the build succeeds (default on GitHub Actions, this was not the case on Travis so we had to explicitly check success)
0 commit comments