-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
61b5463
commit f09f1d4
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -20,4 +20,4 @@ jobs: | |
run: poetry install --with dev | ||
|
||
- name: Run mypy | ||
run: poetry run mypy mdopt | ||
run: poetry run mypy mdopt |