Skip to content

Commit

Permalink
Try to fix Github Actions tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pjvandehaar authored Aug 21, 2023
1 parent e79f66a commit 66a5e18
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Set up Python 3.6
uses: actions/setup-python@v1
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.6
python-version: '3.10'
- name: Lint with flake8 and mypy
run: |
python3 -m pip install flake8 mypy
Expand Down

0 comments on commit 66a5e18

Please sign in to comment.