Skip to content

Commit

Permalink
Remove coverage from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-johnson committed Sep 6, 2024
1 parent d68d1ca commit 1960e81
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 45 deletions.
43 changes: 0 additions & 43 deletions .github/workflows/coverage.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test_development_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.9, 3.12]
python-version: [3.9]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_minimum_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.9]
python-version: [3.12]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 1960e81

Please sign in to comment.