From 8292ddbb238257b01f5c6ed68e5f14bc90a4c1f5 Mon Sep 17 00:00:00 2001 From: rzmk Date: Wed, 29 May 2024 12:52:06 -0400 Subject: [PATCH] build: add postBuild for kernel and view ls in ci --- .github/workflows/publish.yml | 1 + postBuild | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 postBuild 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