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 74a9aff commit 8b827baCopy full SHA for 8b827ba
.github/workflows/tests.yaml
@@ -41,6 +41,13 @@ jobs:
41
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version < '3.8' }}
42
run: mamba install -c conda-forge -c defaults -c numba libunwind stacktrace
43
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
+
51
- name: Cythonize
52
shell: bash -l {0}
53
if: ${{ matrix.python-version == '3.7' }}
0 commit comments