mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-19 00:29:25 +00:00
build: add postBuild for kernel and view ls in ci
This commit is contained in:
parent
6124273319
commit
8292ddbb23
2 changed files with 5 additions and 0 deletions
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
|
|
@ -31,6 +31,7 @@ jobs:
|
||||||
|
|
||||||
- name: Add qsv to PATH
|
- name: Add qsv to PATH
|
||||||
run: |
|
run: |
|
||||||
|
ls -l
|
||||||
echo "$HOME/path_files" >> $GITHUB_PATH
|
echo "$HOME/path_files" >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
|
||||||
4
postBuild
Normal file
4
postBuild
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
pip install -e ./bash_kernel
|
||||||
|
python -m bash_kernel.install
|
||||||
Loading…
Add table
Add a link
Reference in a new issue