From fe46108accce2c3de2880c784e39235bf5edf840 Mon Sep 17 00:00:00 2001 From: Chris Kuethe Date: Thu, 26 Oct 2023 14:54:19 -0700 Subject: [PATCH] Update codecov.yml --- .github/workflows/codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 6546c40..ba85473 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -7,13 +7,13 @@ jobs: runs-on: ubuntu-latest name: Test python API env: - PYTHON: '3.10' + PYTHON: '3.11' steps: - uses: actions/checkout@master - name: Setup Python uses: actions/setup-python@master with: - python-version: 3.10 + python-version: '3.11.0' - name: Generate coverage report run: | pip install pytest