Skip to content

Commit

Permalink
ci: attempt using PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk committed May 29, 2024
1 parent 8c7dfe3 commit a5dd1d7
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 @@ -29,9 +29,12 @@ jobs:
with:
python-version: 3.11

- name: Add qsv to PATH
run: |
echo "${GITHUB_WORKSPACE}/path_files" >> $GITHUB_PATH
- name: Install dependencies
run: |
echo "${HOME}/path_files" >> $GITHUB_PATH
pip install -e ./bash_kernel
pip install jupyter-book
python -m bash_kernel.install
Expand Down

0 comments on commit a5dd1d7

Please sign in to comment.