Skip to content

Commit

Permalink
Update mypy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meandmytram authored Jan 11, 2025
1 parent 61b5463 commit f09f1d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/[email protected]
with:
python-version: 3.9
python-version: 3.10.16

- name: Set up Poetry
run: pip install poetry
Expand All @@ -20,4 +20,4 @@ jobs:
run: poetry install --with dev

- name: Run mypy
run: poetry run mypy mdopt
run: poetry run mypy mdopt

0 comments on commit f09f1d4

Please sign in to comment.