build: add postBuild for kernel and view ls in ci

This commit is contained in:
rzmk 2024-05-29 12:52:06 -04:00
parent 6124273319
commit 8292ddbb23
2 changed files with 5 additions and 0 deletions

View file

@ -31,6 +31,7 @@ jobs:
- name: Add qsv to PATH
run: |
ls -l
echo "$HOME/path_files" >> $GITHUB_PATH
- name: Install dependencies

4
postBuild Normal file
View file

@ -0,0 +1,4 @@
#!/bin/bash
pip install -e ./bash_kernel
python -m bash_kernel.install