We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0affd36 commit 55a5b07Copy full SHA for 55a5b07
.github/workflows/ci.yml
@@ -84,6 +84,6 @@ jobs:
84
result = "{}-{}-{}".format(python_version, django_version, database_version)
85
print("::set-output name=result::{}".format(result))
86
87
- - name: Run tox targets for ${{ matrix.python-version }}
+ - name: Run tox for ${{ steps.tox-environment-name.outputs.result }}
88
run: |
89
- poetry run tox -e ${{ steps.tox-environment-name.outputs.result }}
+ poetry run tox -e '${{ steps.tox-environment-name.outputs.result }}'
0 commit comments