Skip to content

Commit

Permalink
build: add postBuild for kernel and view ls in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk committed May 29, 2024
1 parent 6124273 commit 8292ddb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:

- name: Add qsv to PATH
run: |
ls -l
echo "$HOME/path_files" >> $GITHUB_PATH
- name: Install dependencies
Expand Down
4 changes: 4 additions & 0 deletions postBuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

pip install -e ./bash_kernel
python -m bash_kernel.install

0 comments on commit 8292ddb

Please sign in to comment.