Skip to content

Commit f28e44c

Browse files
authored
Merge pull request #285 from martinRenou/pin_nodejs_16
Pin nodejs 16 for node-canvas issues
2 parents 7c6fc1f + c818055 commit f28e44c

File tree

4 files changed

+902
-744
lines changed

4 files changed

+902
-744
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,13 @@ jobs:
9494
- name: Setup conda
9595
uses: conda-incubator/setup-miniconda@v2
9696
with:
97+
activate-environment: ipycanvas-dev
98+
environment-file: dev-environment.yml
9799
python-version: ${{ matrix.python-version }}
98100
mamba-version: "*"
99101
auto-activate-base: false
100102
channels: conda-forge
101103

102-
- name: Install dependencies
103-
run: mamba install python=${{ matrix.python-version }} pip yarn jupyterlab ipywidgets jupyter-packaging
104-
105104
- uses: actions/download-artifact@v2
106105
with:
107106
name: dist ${{ github.run_number }}

dev-environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ channels:
44
dependencies:
55
- pip
66
- yarn
7+
- nodejs=16
78
- jupyter-packaging
89
- jupyterlab=3
9-
- ipywidgets>=7.6
10+
- ipywidgets>=7.6,<8
1011
- setuptools
1112
- wheel
1213
- twine

ui-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "ipycanvas",
1515
"license": "Apache-2.0",
1616
"dependencies": {
17-
"@jupyterlab/galata": "~4.0.2",
17+
"@jupyterlab/galata": "^4.3.5",
1818
"klaw-sync": "^6.0.0",
1919
"rimraf": "^3.0.2"
2020
}

0 commit comments

Comments
 (0)