Skip to content

Commit

Permalink
Fix downstream ipykernel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed Apr 29, 2024
1 parent f9982db commit 7d9a210
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,16 @@ jobs:
python -m pip install --upgrade pip setuptools wheel
- name: Install ipykernel
run: |
cd ..
cd ..
git clone https://github.com/ipython/ipykernel
cd ipykernel
pip install -e .[test]
pip install -e .[test]
cd ..
- name: Install and update Python dependencies
run: |
python -m pip install --upgrade -e file://$PWD#egg=ipython[test]
# we must install IPython after ipykernel to get the right versions.
python -m pip install --upgrade --upgrade-strategy eager flaky ipyparallel
python -m pip install --upgrade 'pytest<7' 'pytest_asyncio<0.21'
- name: pytest ipykernel
env:
COLUMNS: 120
Expand Down

0 comments on commit 7d9a210

Please sign in to comment.