Skip to content

Commit 55a5b07

Browse files
committed
Better tox command in github actions
1 parent 0affd36 commit 55a5b07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ jobs:
8484
result = "{}-{}-{}".format(python_version, django_version, database_version)
8585
print("::set-output name=result::{}".format(result))
8686
87-
- name: Run tox targets for ${{ matrix.python-version }}
87+
- name: Run tox for ${{ steps.tox-environment-name.outputs.result }}
8888
run: |
89-
poetry run tox -e ${{ steps.tox-environment-name.outputs.result }}
89+
poetry run tox -e '${{ steps.tox-environment-name.outputs.result }}'

0 commit comments

Comments
 (0)