We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1247073 + aa4c076 commit 3e47879Copy full SHA for 3e47879
.github/workflows/tests.yaml
@@ -75,7 +75,8 @@ jobs:
75
strategy:
76
fail-fast: false
77
matrix:
78
- tox: ['docs', 'typing']
+ # tox: ['docs', 'typing']
79
+ tox: ['docs'] # disable typing tests until we have typed the project correctly
80
steps:
81
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
82
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
0 commit comments