Skip to content

Commit 1960e81

Browse files
committed
Remove coverage from CI
1 parent d68d1ca commit 1960e81

File tree

3 files changed

+2
-45
lines changed

3 files changed

+2
-45
lines changed

.github/workflows/coverage.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

.github/workflows/test_development_versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
max-parallel: 4
2121
matrix:
22-
python-version: [3.9, 3.12]
22+
python-version: [3.9]
2323
steps:
2424
- uses: actions/checkout@v4
2525
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/test_minimum_versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
max-parallel: 4
1919
matrix:
20-
python-version: [3.9]
20+
python-version: [3.12]
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)