Skip to content

Commit

Permalink
gha updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Fuest committed Sep 10, 2024
1 parent d500e4d commit cf338e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
python -m pip install --upgrade pip
pip install tox tox-gh-actions
- name: Clear pip cache to save disk space
run: pip cache purge

# Run tests with tox
- name: Test with tox
run: tox
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
"autodocsumm>=0.1.10",
# style check
"flake8>=3.7.7",
"isort>=4.3.4",
# "isort>=4.3.4",
# fix style issues
"autoflake>=1.2",
# "autoflake>=1.2",
"autopep8>=1.4.3",
# distribute on PyPI
"twine>=1.10.0",
Expand Down

0 comments on commit cf338e9

Please sign in to comment.