Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tzoiker authored Mar 24, 2024
1 parent b30a43f commit cc401bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup python3.12
- name: Setup python3.8
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.8'
- run: python -m pip install poetry==1.6
- run: poetry install
- run: poetry run tox -m mypy
Expand Down

0 comments on commit cc401bd

Please sign in to comment.