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.
1 parent 91e2ed0 commit 7aa7cc9Copy full SHA for 7aa7cc9
.github/workflows/daily.yml
@@ -50,6 +50,9 @@ jobs:
50
check-latest: true
51
- name: Install dependencies
52
run: pip install -r requirements-tests.txt
53
+ # Temporary to get @disjoint_base support; can remove once mypy 1.18 is released
54
+ - name: Install mypy from git
55
+ run: pip install git+https://github.com/python/mypy.git@116b92bae7b5dbf5e6bd36fd9b0c6804973e5554
56
- name: Run stubtest
57
run: python tests/stubtest_stdlib.py
58
0 commit comments