File tree Expand file tree Collapse file tree 3 files changed +1257
-1256
lines changed Expand file tree Collapse file tree 3 files changed +1257
-1256
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
strategy :
14
14
matrix :
15
- python-version : ['3.8 ', '3.9 ', '3.10 ']
15
+ python-version : ['3.9 ', '3.10 ', '3.13 ']
16
16
steps :
17
17
- name : Checkout
18
18
uses : actions/checkout@v4
61
61
pip uninstall -y "jupyterlab_git" jupyterlab
62
62
63
63
- name : Upload extension packages
64
- uses : actions/upload-artifact@v3
64
+ uses : actions/upload-artifact@v4
65
65
if : ${{ matrix.python-version == '3.10' }}
66
66
with :
67
67
name : extension-artifacts
78
78
with :
79
79
python-version : ' 3.9'
80
80
architecture : ' x64'
81
- - uses : actions/download-artifact@v3
81
+ - uses : actions/download-artifact@v4.1.7
82
82
with :
83
83
name : extension-artifacts
84
84
- name : Install and Test
@@ -114,7 +114,7 @@ jobs:
114
114
uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
115
115
116
116
- name : Download extension package
117
- uses : actions/download-artifact@v3
117
+ uses : actions/download-artifact@v4.1.7
118
118
with :
119
119
name : extension-artifacts
120
120
Original file line number Diff line number Diff line change 55
55
" style/index.js"
56
56
],
57
57
"styleModule" : " style/index.js" ,
58
+ "packageManager" :
" [email protected] " ,
58
59
"dependencies" : {
59
60
"@emotion/react" : " ^11.10.6" ,
60
61
"@emotion/styled" : " ^11.10.6" ,
You can’t perform that action at this time.
0 commit comments