Skip to content

Commit

Permalink
test with ipykernel branch
Browse files Browse the repository at this point in the history
while ipykernel 7 has unmerged fixes
  • Loading branch information
minrk committed Oct 22, 2024
1 parent 3ca0cbb commit 2da7de9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ jobs:
run: |
pip install --pre --upgrade ipyparallel[test]
- name: "[temporary] Install ipykernel branch"
run: |
pip install https://github.com/minrk/ipykernel/archive/parallel.tar.gz
- name: Install extra Python packages
if: ${{ ! startsWith(matrix.python, '3.11') }}
run: |
Expand Down

0 comments on commit 2da7de9

Please sign in to comment.