Skip to content

Commit

Permalink
run stubtest on master (only stdlib for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Jan 12, 2023
1 parent e85b535 commit 1cff810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stubtest_stdlib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
cache: pip
cache-dependency-path: requirements-tests.txt
- name: Install dependencies
run: pip install $(grep mypy== requirements-tests.txt)
run: pip install git+https://github.com/python/mypy@c4a5f5620763dcfe2b95847806a889d560e2aa51
- name: Run stubtest
run: python tests/stubtest_stdlib.py

0 comments on commit 1cff810

Please sign in to comment.