We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1171d0d commit 0f4ef1aCopy full SHA for 0f4ef1a
.github/workflows/test-stubs.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install Python ${{ matrix.ver }} dependencies
32
run: |
33
python3 -m pip install --upgrade pip setuptools
34
- python3 -m pip install pytest build mypy pytest-mypy-plugins
+ python3 -m pip install pytest build "mypy<1.9" pytest-mypy-plugins
35
36
- name: Install metaflow
37
run: pip install .
0 commit comments