Skip to content

Commit

Permalink
temp: add tox verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofavorito committed Mar 18, 2023
1 parent 5f6cc52 commit fb214fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: pip install tox
- name: Pylint
run: tox -e pylint
run: tox -v -e pylint
- name: Code style check
run: |
tox -e black-check
Expand Down
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ basepython = python3
[testenv]
setenv =
PYTHONPATH = {toxinidir}
extras =
all
gp-sampler
xgboost-sampler
extras = all
deps =
pytest>=7.1.2,<7.2.0
pytest-cov>=3.0.0,<3.1.0
Expand Down

0 comments on commit fb214fc

Please sign in to comment.