File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 20
20
uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
21
21
22
22
- name : Install dependencies
23
- run : python -m pip install -U "jupyterlab>=4.0.0,<5 "
23
+ run : python -m pip install -U "jupyterlab>=4.0,<4.1 "
24
24
25
25
- name : Lint the extension
26
26
run : |
74
74
sudo rm -rf $(which node)
75
75
sudo rm -rf $(which node)
76
76
77
- pip install "jupyterlab>=4.0.0,<5 " p5_notebook*.whl
77
+ pip install "jupyterlab>=4.0,<4.1 " p5_notebook*.whl
78
78
79
79
80
80
jupyter labextension list
Original file line number Diff line number Diff line change @@ -5,8 +5,12 @@ set -xeu
5
5
6
6
# install pixi
7
7
export PIXI_VERSION=v0.9.1 && curl -fsSL https://pixi.sh/install.sh | bash
8
- source ~ /.bashrc
9
8
10
- pixi install
11
- pixi run build_lite
12
- pixi run copy_favicon
9
+ # This started to fail as of February 21st 2024
10
+ # See commit log in https://github.com/jtpio/p5-notebook/pull/118
11
+ # source ~/.bashrc
12
+
13
+ # So explicitly pointing to the pixi binary instead
14
+ ~ /.pixi/bin/pixi install
15
+ ~ /.pixi/bin/pixi run build_lite
16
+ ~ /.pixi/bin/pixi run copy_favicon
You can’t perform that action at this time.
0 commit comments