ci: attempt using PATH

This commit is contained in:
rzmk 2024-05-29 13:03:31 -04:00
parent 8c7dfe30fd
commit a5dd1d7479

View file

@ -29,9 +29,12 @@ jobs:
with: with:
python-version: 3.11 python-version: 3.11
- name: Add qsv to PATH
run: |
echo "${GITHUB_WORKSPACE}/path_files" >> $GITHUB_PATH
- name: Install dependencies - name: Install dependencies
run: | run: |
echo "${HOME}/path_files" >> $GITHUB_PATH
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