Skip to content

Commit

Permalink
Disable mypy in the CI since this lib is not typed yet
Browse files Browse the repository at this point in the history
  • Loading branch information
mardiros committed Nov 6, 2024
1 parent 2aaf467 commit 9ca6ea6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
- name: Install the project
run: uv sync --group dev

- name: Check types
run: |
uv run mypy src/aioxmlrpc/
# - name: Check types
# run: |
# uv run mypy src/aioxmlrpc/

- name: Run tests
run: |
Expand Down

0 comments on commit 9ca6ea6

Please sign in to comment.