File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 24
24
- name : Install the Python dependencies
25
25
run : |
26
26
pip install -e .[test]
27
- - name : ipykernel fix on windows 3.8
28
- if : matrix.os == 'windows-latest' && matrix.python-version == '3.8'
29
- run : |
30
- pip install --upgrade git+https://github.com/ipython/ipykernel.git
31
27
- name : Run the tests
32
28
run : |
33
29
pytest
Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ install:
34
34
- cmd : conda create -y -q -n test-env-%CONDA_PY% python=%CONDA_PY_SPEC% pip pyzmq tornado jupyter_client nbformat nbconvert nose
35
35
- cmd : conda activate test-env-%CONDA_PY%
36
36
- cmd : pip install -e .[test]
37
- # FIXME: Use patch for python 3.8, windows issues (https://github.com/ipython/ipykernel/pull/456) - remove once released
38
- - IF %CONDA_PY% == 38 pip install --upgrade git+https://github.com/ipython/ipykernel.git
39
37
40
38
test_script :
41
39
- pytest -s -v
You can’t perform that action at this time.
0 commit comments