From c4530ac2671de1f04d95e7f9bda7dc369031ef81 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 21 Aug 2023 19:41:22 -0400 Subject: Update for tox changes. --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 9b989d69d..45cacd648 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -67,7 +67,7 @@ jobs: python-version: 3.8 architecture: x64 - run: pip install tox - - run: tox -e py38-cover,coverage + - run: tox -e py311-cover,coverage docs: runs-on: ubuntu-20.04 name: Build the documentation -- cgit v1.2.3