File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 44 # Runs on pushes targeting the default branch
55 branches :
66 - main
7+ - mb/evidence
78env :
89 # `BASE_URL` determines the website is served from, including CSS & JS assets
910 # You may need to change this to `BASE_URL: ''`
4647 pip install -r binder/requirements.txt
4748 - name : Install and configure Jupyter
4849 run : |
49- python -m ipykernel install --user
50+ source venv/bin/activate
51+ python -m ipykernel install --user --name=venv
5052 jupyter kernelspec list --json
5153 - uses : actions/setup-node@v4
5254 with :
5557 run : npm install -g mystmd
5658 - name : Build HTML Assets
5759 run : |
58- export JUPYTER_PATH=$(python -c "import jupyter_core; print(jupyter_core.paths.jupyter_path()[0])")
59- mkdir -p $JUPYTER_PATH
60+ source venv/bin/activate
6061 myst build --execute --html
6162 - name : Upload artifact
6263 uses : actions/upload-pages-artifact@v3
Original file line number Diff line number Diff line change 44Dash
55dash_bootstrap_components
66networkx
7+ awscli >= 1.32.65
78repo2data == 2.9.1
89chart_studio
910matplotlib
@@ -14,4 +15,5 @@ jupyter
1415scikit-learn
1516ipykernel
1617myst-nb
17- jupyter-cache
18+ jupyter-cache
19+ pyyaml >= 6.0.2
You can’t perform that action at this time.
0 commit comments