From 8e54dfc29aec04972be065bc35098c1abc1e2070 Mon Sep 17 00:00:00 2001 From: Josep Cugat Date: Thu, 17 Feb 2022 18:40:10 +0100 Subject: [PATCH] Better tox command in github actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bce07be..22884d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,6 +84,6 @@ jobs: result = "{}-{}-{}".format(python_version, django_version, database_version) print("::set-output name=result::{}".format(result)) - - name: Run tox targets for ${{ matrix.python-version }} + - name: Run tox for ${{ steps.tox-environment-name.outputs.result }} run: | - poetry run tox -e ${{ steps.tox-environment-name.outputs.result }} + poetry run tox -e '${{ steps.tox-environment-name.outputs.result }}'