Skip to content

Commit 7782746

Browse files
CoMPaTechbouwew
authored andcommitted
Add full mypy check
1 parent af3af59 commit 7782746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ jobs:
282282
coverage:
283283
name: Process test coverage
284284
runs-on: ubuntu-latest
285-
needs: mpyp
285+
needs: pytest
286286
steps:
287287
- name: Check out code from GitHub
288288
uses: actions/checkout@v3
@@ -320,7 +320,7 @@ jobs:
320320
test-publishing:
321321
name: Build and publish Python 🐍 distributions 📦 to TestPyPI
322322
runs-on: ubuntu-latest
323-
needs: coverage
323+
needs: coverage, mypy
324324
steps:
325325
- name: Check out code from GitHub
326326
uses: actions/checkout@v3

0 commit comments

Comments
 (0)