Skip to content

Commit 73a9fca

Browse files
committed
Include requirements for matrix building + single-build for default
1 parent ef0bbe2 commit 73a9fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ jobs:
213213
runs-on: ubuntu-latest
214214
needs:
215215
- prepare
216-
- mypy
217216
- pytest
217+
# - mypy # Re-instate mypy when we are ready
218218
steps:
219219
- name: Check out committed code
220220
uses: actions/checkout@v4

0 commit comments

Comments
 (0)