Skip to content

Commit

Permalink
set python version in hopes of pylint working
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzoic committed Nov 6, 2023
1 parent a247c5c commit d2515fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mypy-and-pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
python-version: 3.10
- run: pip install --upgrade pip
- run: pip install .[dev]
- run: mypy $(git ls-files 'countess/*.py')
Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
python-version: 3.10
- run: pip install --upgrade pip
- run: pip install .[dev]
- run: pylint $(git ls-files 'countess/*.py')
Expand Down

0 comments on commit d2515fc

Please sign in to comment.