Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
bonicim committed Apr 2, 2024
1 parent 46aed8d commit 10c259a
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 129 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:
# install other testing dependencies
#----------------------------------------------
- name: Install tox, pytest-github, tox-gh-actions
run: poetry run pip install 'tox>=4.4.11' 'pytest-github-actions-annotate-failures>=0.1.7' 'tox-gh-actions'
run: pip install 'tox>=4.4.11' 'pytest-github-actions-annotate-failures>=0.1.7' 'tox-gh-actions'
#----------------------------------------------
# Run tests, linters defined in Tox
#----------------------------------------------
- name: Run tests, linters
run: |
poetry run tox
tox
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ coverage.xml
cov.syspath.txt
*.whl
*dogsAndcats*
pytest_notebooks.xml
Loading

0 comments on commit 10c259a

Please sign in to comment.