Skip to content

Commit

Permalink
Merge pull request #2441 from samuelhwilliams/disable-typing-tests
Browse files Browse the repository at this point in the history
Disable typing tests until we've typed the project
  • Loading branch information
samuelhwilliams authored Jul 8, 2024
2 parents 1247073 + aa4c076 commit 3e47879
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
Expand Up @@ -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
Expand Down

0 comments on commit 3e47879

Please sign in to comment.