Skip to content

Commit

Permalink
build: revert postBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk committed May 29, 2024
1 parent 99fbc74 commit 8017b36
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
#
# paths:
# - some-subfolder/**
workflow_dispatch:

# This job installs dependencies, builds the book, and pushes it to `gh-pages`
jobs:
Expand Down
8 changes: 7 additions & 1 deletion postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..

0 comments on commit 8017b36

Please sign in to comment.