Skip to content

Commit

Permalink
fix: some issues
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Oct 1, 2024
1 parent 1d972b3 commit e64015f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- run: |
pip install mypy
mypy src --ignore-missing-imports --disable-error-code no-redef
MYPYPATH=src mypy test --ignore-missing-imports --disable-error-code no-redef
- run: |
pip install pytest
pytest
Expand Down Expand Up @@ -61,7 +60,6 @@ jobs:
- run: |
pip install mypy
mypy src --ignore-missing-imports --disable-error-code no-redef
MYPYPATH=src mypy test --ignore-missing-imports --disable-error-code no-redef
- run: |
pip install pytest
pytest
Expand Down

0 comments on commit e64015f

Please sign in to comment.