build: revert postBuild

This commit is contained in:
rzmk 2024-05-29 12:20:38 -04:00
parent 99fbc74a44
commit 8017b365c7
2 changed files with 8 additions and 1 deletions

View file

@ -11,6 +11,7 @@ on:
#
# paths:
# - some-subfolder/**
workflow_dispatch:
# This job installs dependencies, builds the book, and pushes it to `gh-pages`
jobs:

View file

@ -2,7 +2,13 @@
set -ex
pip install -e ./bash_kernel
pip install bash_kernel
python -m bash_kernel.install
mkdir path_files
export PATH=/home/jovyan/path_files:$PATH
cd path_files
curl -LO https://github.com/jqnatividad/qsv/releases/download/0.128.0/qsv-0.128.0-x86_64-unknown-linux-gnu.zip
unzip qsv-0.128.0-x86_64-unknown-linux-gnu.zip
rm qsv*
cd ..