Skip to content

Commit

Permalink
ci: use dollar syntax for echo
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk committed May 29, 2024
1 parent 8292ddb commit 8c7dfe3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.11

- name: Add qsv to PATH
run: |
ls -l
echo "$HOME/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
2 changes: 2 additions & 0 deletions postBuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash

set -ex

pip install -e ./bash_kernel
python -m bash_kernel.install

0 comments on commit 8c7dfe3

Please sign in to comment.