Skip to content

Commit

Permalink
build: update with start file
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk committed May 29, 2024
1 parent e565011 commit 4c1377e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 17 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
- name: Install dependencies
run: |
pip install -e ./bash_kernel
pip install jupyter-book
python -m bash_kernel.install
# (optional) Cache your executed notebooks between runs
# if you have config:
Expand Down
15 changes: 0 additions & 15 deletions postBuild

This file was deleted.

1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jupyter-book
4 changes: 4 additions & 0 deletions start
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

python -m bash_kernel.install
export PATH=/home/jovyan/path_files:$PATH

0 comments on commit 4c1377e

Please sign in to comment.