Compare commits

..

No commits in common. "eca830a9ad9e46c1190f917b0a68404d6e29db6b" and "a2996430e77dd96cda370cbc550eab994ca23e00" have entirely different histories.

4 changed files with 3 additions and 4 deletions

View file

@ -31,12 +31,12 @@ jobs:
- name: Add qsv to PATH
run: |
mkdir path_files && cd path_files && curl -LO https://mk-sb.dathere.com/storage/v1/object/public/public-qsv-binaries/100/qsv && chmod +x qsv && echo "${GITHUB_WORKSPACE}/path_files" >> $GITHUB_PATH
echo "${GITHUB_WORKSPACE}/path_files" >> $GITHUB_PATH
- name: Install dependencies
run: |
pip install -e ./bash_kernel
pip install "jupyter-book<2.0"
pip install jupyter-book
python -m bash_kernel.install
# (optional) Cache your executed notebooks between runs

BIN
path_files/qsv Executable file

Binary file not shown.

View file

@ -1,2 +1,2 @@
jupyter-book<2.0
jupyter-book
jupyterlab

1
start
View file

@ -1,7 +1,6 @@
#!/bin/bash
python -m bash_kernel.install
mkdir ~/path_files && cd ~/path_files && curl -LO "https://mk-sb.dathere.com/storage/v1/object/public/public-qsv-binaries/100/qsv" && chmod +x qsv && cd ~
export PATH=$HOME/path_files:$PATH
exec "$@"