Skip to content

Commit

Permalink
ci: temporarily disable type check
Browse files Browse the repository at this point in the history
  • Loading branch information
daneisburgh committed Jan 14, 2024
1 parent 148a6a8 commit 75639a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
run: pip install -e ".[dev]"
- name: Run format check
run: black --diff --color --check .
- name: Run type check
run: mypy --install-types --non-interactive .
# - name: Run type check
# run: mypy --install-types --non-interactive .
- name: Create release
if: github.ref == 'refs/heads/main'
env:
Expand Down

0 comments on commit 75639a9

Please sign in to comment.