Skip to content

Commit e073dc1

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

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
@@ -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, mypy
323+
needs: [coverage, mypy]
324324
steps:
325325
- name: Check out code from GitHub
326326
uses: actions/checkout@v3

0 commit comments

Comments
 (0)