Skip to content

Commit

Permalink
Just set python the right way
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Sigopt committed Jan 15, 2025
1 parent 168d03b commit d88b115
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ on:
push: {}
jobs:
pylint:
runs-on: python:3.11-alpine
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.10
- run: pip install --upgrade pip setuptools
- run: pip install . -r requirements-dev.txt
- run: git ls-files '*.py' | xargs pylint --output-format=text -sn
Expand Down

0 comments on commit d88b115

Please sign in to comment.