Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdalpino committed Oct 12, 2024
1 parent 79215b3 commit 14d79b4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ jobs:
- name: Install dependencies
run: pip install .

- name: Install Mypy
run: pip install mypy

- name: Static analysis
run:
- pip install mypy
- mypy ./src
run: mypy ./src

- name: Run tests
run: python -m unittest

0 comments on commit 14d79b4

Please sign in to comment.