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