From 8c58c1a0781376bc8210a06fde353d3133ec525b Mon Sep 17 00:00:00 2001 From: Glyph Date: Sat, 13 Jul 2024 12:41:06 -0700 Subject: [PATCH] actually run mypy please This commit was sponsored by Matt Campbell, hacklschorsch, and my other patrons. If you want to join them, you can support my work at https://glyph.im/patrons/. --- .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 7732173..59be67d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Tox Run run: | pip install tox; - TOX_ENV="py$(echo ${{ matrix.python }} | sed -e s/\.//g)-${{ matrix.TOX_ENV }}"; + TOX_ENV="py$(echo ${{ matrix.python }} | sed -e 's/\.//g')-${{ matrix.TOX_ENV }}"; echo "Starting: ${TOX_ENV} ${PUSH_DOCS}" if [[ -n "${TOX_ENV}" ]]; then tox -e "$TOX_ENV";