From 5abf2073042730dc2effbe6f25ce804b924d67ac Mon Sep 17 00:00:00 2001 From: Curtis McCully Date: Mon, 30 Oct 2023 17:16:36 -0400 Subject: [PATCH] Typo fix in test titles --- .github/workflows/unit_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index b22bb48..6cb07a7 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -42,7 +42,7 @@ jobs: - name: Python 3.9 with all optional dependencies and coverage checking os: ubuntu-latest python: '3.9' - toxenv: py38-test-alldeps-cov + toxenv: py39-test-alldeps-cov - name: OS X - Python 3.9 with all optional dependencies os: macos-latest