Skip to content

Commit

Permalink
install jupyterlab
Browse files Browse the repository at this point in the history
  • Loading branch information
mtln committed Oct 24, 2024
1 parent 4dd6a65 commit 96f917e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quarto-ghp/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ runs:
run: |
set -ux
python -m pip install --upgrade pip
pip install jupyterlab nbconvert==7.12.0
if [ $USE_PRE ]; then
pip install -Uq git+https://github.com/fastai/ghapi.git
pip install -Uq git+https://github.com/fastai/fastcore.git
Expand All @@ -48,7 +49,6 @@ runs:
sudo dpkg -i quarto*.deb
else
pip install -Uq nbdev
pip install nbconvert
fi
if [ $TORCH_CPU ]; then
test -f setup.py && pip install -e ".[dev]" --extra-index-url https://download.pytorch.org/whl/cpu
Expand Down

0 comments on commit 96f917e

Please sign in to comment.