Pass tox environment via command line

Co-authored-by: Lukas Pühringer <luk.puehringer@gmail.com>
Signed-off-by: Shabeeb Khalid <convey2shabeeb@gmail.com>
This commit is contained in:
Shabeeb Khalid 2023-03-03 10:30:36 -08:00 committed by GitHub
parent 55c8fe0c9d
commit ce14451bdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,8 +25,8 @@ jobs:
run: |
python3 -m pip install --constraint requirements/build.txt tox coveralls
- name: Run tox (${{ env.TOXENV }})
run: tox
- name: Run tox
run: tox -e lint
tests:
name: Tests