Skip to content

Commit 3e47879

Browse files
Merge pull request #2441 from samuelhwilliams/disable-typing-tests
Disable typing tests until we've typed the project
2 parents 1247073 + aa4c076 commit 3e47879

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ jobs:
7575
strategy:
7676
fail-fast: false
7777
matrix:
78-
tox: ['docs', 'typing']
78+
# tox: ['docs', 'typing']
79+
tox: ['docs'] # disable typing tests until we have typed the project correctly
7980
steps:
8081
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
8182
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0

0 commit comments

Comments
 (0)