File tree Expand file tree Collapse file tree 4 files changed +901
-744
lines changed
Expand file tree Collapse file tree 4 files changed +901
-744
lines changed Original file line number Diff line number Diff 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 nodejs=16
104-
105104 - uses : actions/download-artifact@v2
106105 with :
107106 name : dist ${{ github.run_number }}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies:
77 - nodejs=16
88 - jupyter-packaging
99 - jupyterlab=3
10- - ipywidgets>=7.6
10+ - ipywidgets>=7.6,<8
1111 - setuptools
1212 - wheel
1313 - twine
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments