Skip to content

Commit

Permalink
ci: add qsv to PATH before building
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk committed May 29, 2024
1 parent c24ec6e commit be49486
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit be49486

Please sign in to comment.