From 99d6eedff1d5bc8ea0f8feed49d8d0cb4ed544e2 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Fri, 22 Jan 2021 19:23:35 -0500 Subject: [PATCH] Fix CI running all tox envs instead of targeted envs Yaml formatting quirks strike again --- .github/workflows/ci.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4bfba85..de9ad19 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,9 +40,7 @@ jobs: - name: Setup:env run: .github/scripts/setup-env.sh - name: Run:${{ matrix.python.toxenv }} - run: $HOME/ci/bin/tox \ - -e ${{ matrix.python.toxenv }} \ - --require-poetry + run: $HOME/ci/bin/tox -e ${{ matrix.python.toxenv }} --require-poetry Check: runs-on: ubuntu-latest steps: