Skip to content

Commit

Permalink
Tweak tests.yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Apr 10, 2024
1 parent 2cdbe0d commit 7cdb948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
coverage run -m zope.testrunner --test-path=src --auto-color --auto-progress
coverage run -a -m sphinx -b doctest -d docs/_build/doctrees docs docs/_build/doctests
- name: Lint
if: matrix.python-version == "3.12"
if: matrix.python-version == '3.12'
run: |
python -m pip install -U pylint
pylint src
Expand Down

0 comments on commit 7cdb948

Please sign in to comment.