Skip to content

Commit

Permalink
Better tox command in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jcugat committed Feb 17, 2022
1 parent 2e556ed commit 8e54dfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'

0 comments on commit 8e54dfc

Please sign in to comment.