##// END OF EJS Templates
Fix downstream ipykernel tests
Ian Thomas -
Show More
@@ -35,17 +35,16 b' jobs:'
35 35 python -m pip install --upgrade pip setuptools wheel
36 36 - name: Install ipykernel
37 37 run: |
38 cd ..
38 cd ..
39 39 git clone https://github.com/ipython/ipykernel
40 40 cd ipykernel
41 pip install -e .[test]
41 pip install -e .[test]
42 42 cd ..
43 43 - name: Install and update Python dependencies
44 44 run: |
45 45 python -m pip install --upgrade -e file://$PWD#egg=ipython[test]
46 46 # we must install IPython after ipykernel to get the right versions.
47 47 python -m pip install --upgrade --upgrade-strategy eager flaky ipyparallel
48 python -m pip install --upgrade 'pytest<7' 'pytest_asyncio<0.21'
49 48 - name: pytest ipykernel
50 49 env:
51 50 COLUMNS: 120
General Comments 0
You need to be logged in to leave comments. Login now