Skip to content

Commit

Permalink
ci - add vermin test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylt committed Oct 20, 2023
1 parent 8c210c3 commit e6aaec0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python-test-with-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,9 @@ jobs:
FC: gfortran-11
run: |
make format-py && git diff --exit-code
- name: Python version
env:
CC: ${{ matrix.compiler }}
FC: gfortran-11
run: |
make vermin
1 change: 1 addition & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pytest
autopep8
vermin

0 comments on commit e6aaec0

Please sign in to comment.