Browse Source

👷 Tweak tests for coverage

pull/14575/head
Sebastián Ramírez 7 months ago
parent
commit
320fce5559
  1. 6
      .github/workflows/test.yml

6
.github/workflows/test.yml

@ -51,15 +51,11 @@ jobs:
- os: macos-latest
python-version: "3.10"
coverage: coverage
- os: ubuntu-latest
python-version: "3.12"
coverage: coverage
- os: windows-latest
python-version: "3.13"
python-version: "3.12"
coverage: coverage
- os: ubuntu-latest
python-version: "3.13"
coverage: coverage
- os: ubuntu-latest
python-version: "3.14"
coverage: coverage

Loading…
Cancel
Save