Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
# Runs on pushes targeting the default branch
branches:
- main
- mb/evidence
env:
# `BASE_URL` determines the website is served from, including CSS & JS assets
# You may need to change this to `BASE_URL: ''`
Expand Down Expand Up @@ -46,7 +47,8 @@ jobs:
pip install -r binder/requirements.txt
- name: Install and configure Jupyter
run: |
python -m ipykernel install --user
source venv/bin/activate
python -m ipykernel install --user --name=venv
jupyter kernelspec list --json
- uses: actions/setup-node@v4
with:
Expand All @@ -55,8 +57,7 @@ jobs:
run: npm install -g mystmd
- name: Build HTML Assets
run: |
export JUPYTER_PATH=$(python -c "import jupyter_core; print(jupyter_core.paths.jupyter_path()[0])")
mkdir -p $JUPYTER_PATH
source venv/bin/activate
myst build --execute --html
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down
4 changes: 3 additions & 1 deletion binder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ plotly
Dash
dash_bootstrap_components
networkx
awscli>=1.32.65
repo2data==2.9.1
chart_studio
matplotlib
Expand All @@ -14,4 +15,5 @@ jupyter
scikit-learn
ipykernel
myst-nb
jupyter-cache
jupyter-cache
pyyaml>=6.0.2