mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-19 00:29:25 +00:00
ci: use dollar syntax for echo
This commit is contained in:
parent
8292ddbb23
commit
8c7dfe30fd
2 changed files with 3 additions and 5 deletions
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
|
|
@ -29,13 +29,9 @@ jobs:
|
|||
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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
pip install -e ./bash_kernel
|
||||
python -m bash_kernel.install
|
||||
Loading…
Add table
Add a link
Reference in a new issue