Skip to content

Commit

Permalink
Remove ipython hack (dask#6599)
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed Jun 20, 2022
1 parent 8d21040 commit 96c13a5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,6 @@ jobs:
shell: bash -l {0}
run: conda config --show

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

- name: Install
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 96c13a5

Please sign in to comment.