From 5d5d16c2aff6f6466d4c3f81ec5e4d3020781980 Mon Sep 17 00:00:00 2001 From: Bobby Date: Tue, 30 Aug 2022 21:47:28 -0400 Subject: Update Python Version in Coverage CI --- .github/workflows/coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 1ee1661..4874616 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v3 with: - python-version: 3.10 + python-version: 3.9 - name: install dependencies run: | python -m pip install --upgrade pip @@ -20,6 +20,6 @@ jobs: - name: upload coverage reports run: | tox -e clean -v - tox -e py310 -v + tox -e py39 -v tox -e report -v tox -e codecov -v -- cgit v1.2.3