Skip to content

Commit 96c13a5

Browse files
authored
Remove ipython hack (dask#6599)
1 parent 8d21040 commit 96c13a5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,6 @@ jobs:
6868
shell: bash -l {0}
6969
run: conda config --show
7070

71-
- name: Hack around https://github.com/ipython/ipython/issues/12197
72-
# This upstream issue causes an interpreter crash when running
73-
# distributed/protocol/tests/test_serialize.py::test_profile_nested_sizeof
74-
shell: bash -l {0}
75-
if: ${{ matrix.os == 'windows-latest' && matrix.python-version == '3.9' }}
76-
run: mamba uninstall ipython
77-
7871
- name: Install
7972
shell: bash -l {0}
8073
run: |

0 commit comments

Comments
 (0)