From ed3aa6ace1619565fc898642859cddc07cdccf1d Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Mon, 28 Aug 2023 10:49:28 +0200 Subject: [PATCH] Fix erroneous tox env name (#640) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75fcc83d..331a0eca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Run Tests env: # run against the current Python interpreter - TOXENV: python + TOXENV: py run: tox - uses: codecov/codecov-action@v3 if: always()