Skip to content

Commit

Permalink
Update .github/workflows/mypy.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Edmunds <[email protected]>
  • Loading branch information
YPCrumble and medmunds authored Sep 12, 2024
1 parent 68732e6 commit 3748cdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
run: sudo apt update
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip wheel
Expand Down

0 comments on commit 3748cdf

Please sign in to comment.