ci: use dollar syntax for echo

This commit is contained in:
rzmk 2024-05-29 12:55:50 -04:00
parent 8292ddbb23
commit 8c7dfe30fd
2 changed files with 3 additions and 5 deletions

View file

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

View file

@ -1,4 +1,6 @@
#!/bin/bash
set -ex
pip install -e ./bash_kernel
python -m bash_kernel.install