Skip to content

Commit fb40488

Browse files
committed
Update release workflow
1 parent d592c03 commit fb40488

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,19 @@ jobs:
1919
uses: actions/setup-node@v3
2020
with:
2121
node-version: '16'
22+
cache: 'yarn'
2223

2324
- name: Install Python
2425
uses: actions/setup-python@v4
2526
with:
2627
python-version: '3.x'
28+
cache: 'pip'
29+
cache-dependency-path: setup.py
2730

2831
- name: Install dependencies
2932
run: |
3033
python -m pip install --upgrade pip
31-
pip install build twine jupyter-packaging
34+
pip install build twine jupyter-packaging jupyterlab
3235
3336
- name: Build package
3437
run: python -m build

0 commit comments

Comments
 (0)