mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2024-10-29 19:47:00 +00:00
Fix CI running all tox envs instead of targeted envs
Yaml formatting quirks strike again
This commit is contained in:
parent
ff09706648
commit
99d6eedff1
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -40,9 +40,7 @@ jobs:
|
|||||||
- name: Setup:env
|
- name: Setup:env
|
||||||
run: .github/scripts/setup-env.sh
|
run: .github/scripts/setup-env.sh
|
||||||
- name: Run:${{ matrix.python.toxenv }}
|
- name: Run:${{ matrix.python.toxenv }}
|
||||||
run: $HOME/ci/bin/tox \
|
run: $HOME/ci/bin/tox -e ${{ matrix.python.toxenv }} --require-poetry
|
||||||
-e ${{ matrix.python.toxenv }} \
|
|
||||||
--require-poetry
|
|
||||||
Check:
|
Check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user