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
|
|
@ -28,13 +28,16 @@ jobs:
|
|||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.11
|
||||
|
||||
- name: Add qsv to PATH
|
||||
run: |
|
||||
echo "/home/jovyan/path_files" >> $GITHUB_PATH
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install -e ./bash_kernel
|
||||
pip install jupyter-book
|
||||
python -m bash_kernel.install
|
||||
export PATH=/home/jovyan/path_files:$PATH
|
||||
|
||||
# (optional) Cache your executed notebooks between runs
|
||||
# if you have config:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue