Skip to content

Commit

Permalink
simplify mypy test
Browse files Browse the repository at this point in the history
avoids nodejs deprication warnings
  • Loading branch information
pattonw committed Oct 25, 2024
1 parent ba638e1 commit fa8a696
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/mypy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,8 @@ jobs:
name: Python mypy
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Setup checkout
uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v3
- name: mypy
run: |
pip install .
pip install --upgrade mypy
mypy daisy
run: uv run --python 3.10 --extra dev mypy daisy

0 comments on commit fa8a696

Please sign in to comment.