Skip to content

Commit 8b827ba

Browse files
authored
ipython causes test_profile_nested_sizeof crash on windows (#4713)
1 parent 74a9aff commit 8b827ba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ jobs:
4141
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version < '3.8' }}
4242
run: mamba install -c conda-forge -c defaults -c numba libunwind stacktrace
4343

44+
- name: Hack around https://github.com/ipython/ipython/issues/12197
45+
# This upstream issue causes an interpreter crash when running
46+
# distributed/protocol/tests/test_serialize.py::test_profile_nested_sizeof
47+
shell: bash -l {0}
48+
if: ${{ matrix.os == 'windows-latest' && matrix.python-version == '3.9' }}
49+
run: mamba uninstall ipython
50+
4451
- name: Cythonize
4552
shell: bash -l {0}
4653
if: ${{ matrix.python-version == '3.7' }}

0 commit comments

Comments
 (0)