Skip to content

Commit 0f4ef1a

Browse files
authored
fix mypy tests failing (#1760)
1 parent 1171d0d commit 0f4ef1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-stubs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install Python ${{ matrix.ver }} dependencies
3232
run: |
3333
python3 -m pip install --upgrade pip setuptools
34-
python3 -m pip install pytest build mypy pytest-mypy-plugins
34+
python3 -m pip install pytest build "mypy<1.9" pytest-mypy-plugins
3535
3636
- name: Install metaflow
3737
run: pip install .

0 commit comments

Comments
 (0)