ci: add qsv to PATH before building

This commit is contained in:
rzmk 2024-05-29 12:43:31 -04:00
parent c24ec6e631
commit be49486da4

View file

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