mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-19 00:29:25 +00:00
ci: bash kernel install and qsv in PATH before build
This commit is contained in:
parent
8262aa48c3
commit
02e0d5b1bd
1 changed files with 2 additions and 0 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -32,6 +32,8 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
pip install -e ./bash_kernel
|
||||
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