File tree Expand file tree Collapse file tree 3 files changed +9344
-5
lines changed Expand file tree Collapse file tree 3 files changed +9344
-5
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,17 @@ jobs:
25
25
- uses : actions/checkout@v2
26
26
27
27
- name : Set up Python ${{ matrix.python-version }}
28
- uses : actions/setup-python@v2
28
+ uses : actions/setup-python@v3
29
29
with :
30
30
python-version : ${{ matrix.python-version }}
31
+ cache : ' pip'
31
32
32
33
- name : Use Node.js ${{ matrix.node-version }}
33
- uses : actions/setup-node@v1
34
+ uses : actions/setup-node@v3
34
35
with :
35
36
node-version : ${{ matrix.node-version }}
37
+ cache : ' yarn'
38
+ cache-dependency-path : js/yarn.lock
36
39
37
40
- name : Install yarn
38
41
run : npm install -g yarn
60
63
if : ${{ github.event_name == matrix.event-name || matrix.os == 'ubuntu-latest' }}
61
64
62
65
- name : Upload test results
63
- uses : actions/upload-artifact@v2
66
+ uses : actions/upload-artifact@v3
64
67
with :
65
68
name : pytest-results-${{ matrix.os }}-${{ matrix.python-version }}
66
69
path : python_junit.xml
73
76
if : ${{ matrix.os == 'ubuntu-latest' }}
74
77
75
78
- name : Upload coverage
76
- uses : codecov/codecov-action@v1
79
+ uses : codecov/codecov-action@v2
77
80
78
81
- name : Twine check
79
82
run : |
Original file line number Diff line number Diff line change 166
166
167
167
keys.sh
168
168
.autoversion
169
- yarn.lock
170
169
171
170
docs /api
172
171
docs /index.md
@@ -176,4 +175,5 @@ jupyterlab_iframe/labextension
176
175
Untitled.ipynb
177
176
Untitled.html
178
177
* .tsbuildinfo
178
+ .vscode
179
179
You can’t perform that action at this time.
0 commit comments