Skip to content

Commit

Permalink
Update github action python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelboca committed Feb 13, 2023
1 parent af06086 commit f6e932a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.6'
python-version: '3.10'
- name: Install requirements
run: pip install flake8 pycodestyle
- name: Check syntax
Expand Down

0 comments on commit f6e932a

Please sign in to comment.