diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b86a035..3626312 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,6 +31,7 @@ jobs: - name: Add qsv to PATH run: | + ls -l echo "$HOME/path_files" >> $GITHUB_PATH - name: Install dependencies diff --git a/postBuild b/postBuild new file mode 100644 index 0000000..e12b318 --- /dev/null +++ b/postBuild @@ -0,0 +1,4 @@ +#!/bin/bash + +pip install -e ./bash_kernel +python -m bash_kernel.install \ No newline at end of file