Skip to content

Commit

Permalink
Disable typing tests until we've typed the project
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelhwilliams committed Jul 8, 2024
1 parent 1247073 commit aa4c076
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -75,7 +75,8 @@ jobs:
strategy:
fail-fast: false
matrix:
tox: ['docs', 'typing']
# tox: ['docs', 'typing']
tox: ['docs'] # disable typing tests until we have typed the project correctly
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0

0 comments on commit aa4c076

Please sign in to comment.