ci: bash kernel install and qsv in PATH before build

This commit is contained in:
rzmk 2024-05-29 12:35:48 -04:00
parent 8262aa48c3
commit 02e0d5b1bd

View file

@ -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: