19
19
fail-fast : false
20
20
matrix :
21
21
os : [ubuntu-latest]
22
- python_version : ['3.7', '3. 8', '3.9', '3.10']
22
+ python_version : ['3.8', '3.9', '3.10']
23
23
24
24
steps :
25
25
- uses : actions/checkout@v2
32
32
33
33
- name : Create the conda environment
34
34
shell : bash -l {0}
35
- run : mamba install -q python=${{ matrix.python_version }} pip jupyterlab_pygments==0.1.0 pytest-cov pytest-rerunfailures nodejs yarn=1 flake8 ipywidgets matplotlib xeus-cling "traitlets>=5.0.3,<6"
35
+ run : mamba install -q python=${{ matrix.python_version }} pip jupyterlab_pygments==0.1.0 pytest-cov pytest-rerunfailures nodejs=18 yarn=1 ipywidgets matplotlib xeus-cling "traitlets>=5.0.3,<6" ipykernel
36
36
37
37
- name : Install dependencies
38
38
shell : bash -l {0}
69
69
fail-fast : false
70
70
matrix :
71
71
os : [macos-10.15]
72
- python_version : ['3.7', '3. 8', '3.9', '3.10']
72
+ python_version : ['3.8', '3.9', '3.10']
73
73
74
74
steps :
75
75
- uses : actions/checkout@v2
82
82
83
83
- name : Create the conda environment
84
84
shell : bash -l {0}
85
- run : mamba install -q python=${{ matrix.python_version }} pip jupyterlab_pygments==0.1.0 pytest-cov pytest-rerunfailures nodejs yarn=1 flake8 ipywidgets matplotlib xeus-cling "traitlets>=5.0.3,<6"
85
+ run : mamba install -q python=${{ matrix.python_version }} pip jupyterlab_pygments==0.1.0 pytest-cov pytest-rerunfailures nodejs=18 yarn=1 ipywidgets matplotlib xeus-cling "traitlets>=5.0.3,<6" ipykernel
86
86
87
87
- name : Install dependencies
88
88
shell : bash -l {0}
@@ -113,7 +113,7 @@ jobs:
113
113
fail-fast : false
114
114
matrix :
115
115
os : [windows-latest]
116
- python-version : ['3.7', '3. 8', '3.9', '3.10']
116
+ python-version : ['3.8', '3.9', '3.10']
117
117
steps :
118
118
- uses : actions/checkout@v2
119
119
@@ -124,11 +124,11 @@ jobs:
124
124
125
125
- uses : actions/setup-node@v2
126
126
with :
127
- node-version : ' 16 '
127
+ node-version : ' 18 '
128
128
129
129
- name : Install dependencies
130
130
run : |
131
- python -m pip install jupyterlab_pygments==0.1.0 pytest-cov pytest-rereunfailures flake8 ipywidgets matplotlib traitlets
131
+ python -m pip install jupyterlab_pygments==0.1.0 pytest-cov pytest-rerunfailures ipywidgets matplotlib traitlets ipykernel
132
132
yarn install --network-timeout 100000
133
133
python -m pip install ".[test]"
134
134
cd tests/test_template
0 commit comments