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
|
|
@ -28,14 +28,10 @@ jobs:
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: 3.11
|
python-version: 3.11
|
||||||
|
|
||||||
- name: Add qsv to PATH
|
|
||||||
run: |
|
|
||||||
ls -l
|
|
||||||
echo "$HOME/path_files" >> $GITHUB_PATH
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
echo "${HOME}/path_files" >> $GITHUB_PATH
|
||||||
pip install -e ./bash_kernel
|
pip install -e ./bash_kernel
|
||||||
pip install jupyter-book
|
pip install jupyter-book
|
||||||
python -m bash_kernel.install
|
python -m bash_kernel.install
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -ex
|
||||||
|
|
||||||
pip install -e ./bash_kernel
|
pip install -e ./bash_kernel
|
||||||
python -m bash_kernel.install
|
python -m bash_kernel.install
|
||||||
Loading…
Add table
Add a link
Reference in a new issue