Skip to content

Commit

Permalink
github yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
enzbus committed Oct 24, 2023
1 parent 333aea6 commit 9fdbe2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:

- name: Set up Python
uses: actions/setup-python@v4
with:
# this has effect, maybe we should pylint vs. all versions
python-version: '3.11'

- name: Pylint
run: |
Expand Down

0 comments on commit 9fdbe2f

Please sign in to comment.