Skip to content

Commit

Permalink
Fixes CI: removes broken coverage, py3.8; addes py3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaura committed Jun 8, 2024
1 parent b8e0ca8 commit a71f9e0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
defaults:
run:
shell: bash -l {0}
Expand All @@ -42,13 +42,6 @@ jobs:
- name: Test Python Package
run: |
pytest plio --cov-report=xml
- name: Upload Coverage
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.8'
Build-Docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a71f9e0

Please sign in to comment.