From 8c7dfe30fd5eb9fa0d8fdb4974f38716f645a19e Mon Sep 17 00:00:00 2001 From: rzmk Date: Wed, 29 May 2024 12:55:50 -0400 Subject: [PATCH] ci: use dollar syntax for echo --- .github/workflows/publish.yml | 6 +----- postBuild | 2 ++ 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3626312..52b964f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 diff --git a/postBuild b/postBuild index e12b318..b3d25a5 100644 --- a/postBuild +++ b/postBuild @@ -1,4 +1,6 @@ #!/bin/bash +set -ex + pip install -e ./bash_kernel python -m bash_kernel.install \ No newline at end of file