mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-19 00:29:25 +00:00
Compare commits
No commits in common. "eca830a9ad9e46c1190f917b0a68404d6e29db6b" and "a2996430e77dd96cda370cbc550eab994ca23e00" have entirely different histories.
eca830a9ad
...
a2996430e7
4 changed files with 3 additions and 4 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
|
@ -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
BIN
path_files/qsv
Executable file
Binary file not shown.
|
|
@ -1,2 +1,2 @@
|
|||
jupyter-book<2.0
|
||||
jupyter-book
|
||||
jupyterlab
|
||||
|
|
|
|||
1
start
1
start
|
|
@ -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 "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue