mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-19 08:39:24 +00:00
build: update bash kernel scripts and add qsv binary
This commit is contained in:
parent
1929fe83b0
commit
463772e5ba
3 changed files with 2 additions and 7 deletions
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
|
|
@ -30,6 +30,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
pip install -e ./bash_kernel
|
||||||
python -m bash_kernel.install
|
python -m bash_kernel.install
|
||||||
|
|
||||||
# (optional) Cache your executed notebooks between runs
|
# (optional) Cache your executed notebooks between runs
|
||||||
|
|
|
||||||
BIN
path_files/qsv
Normal file
BIN
path_files/qsv
Normal file
Binary file not shown.
|
|
@ -2,13 +2,7 @@
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
pip install bash_kernel
|
pip install -e ./bash_kernel
|
||||||
python -m bash_kernel.install
|
python -m bash_kernel.install
|
||||||
|
|
||||||
mkdir path_files
|
|
||||||
export PATH=/home/jovyan/path_files:$PATH
|
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 ..
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue