Fix CI running all tox envs instead of targeted envs

Yaml formatting quirks strike again
This commit is contained in:
Ethan Paul 2021-01-22 19:23:35 -05:00
parent ff09706648
commit 99d6eedff1
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF

View File

@ -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: