mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-19 08:39:24 +00:00
ci: add qsv to PATH before building
This commit is contained in:
parent
c24ec6e631
commit
be49486da4
1 changed files with 4 additions and 1 deletions
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
|
|
@ -29,12 +29,15 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: 3.11
|
python-version: 3.11
|
||||||
|
|
||||||
|
- name: Add qsv to PATH
|
||||||
|
run: |
|
||||||
|
echo "/home/jovyan/path_files" >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install -e ./bash_kernel
|
pip install -e ./bash_kernel
|
||||||
pip install jupyter-book
|
pip install jupyter-book
|
||||||
python -m bash_kernel.install
|
python -m bash_kernel.install
|
||||||
export PATH=/home/jovyan/path_files:$PATH
|
|
||||||
|
|
||||||
# (optional) Cache your executed notebooks between runs
|
# (optional) Cache your executed notebooks between runs
|
||||||
# if you have config:
|
# if you have config:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue