Skip to content

Commit 59d25c4

Browse files
fix jupyter
1 parent 08aea5a commit 59d25c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/deploy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ jobs:
2626
python-version: '3.11'
2727
- name: Install the dependencies
2828
run: |
29+
tar -xvzf ./lib/fast-causal-inference.tar.gz -C ./docs/ipynbs/
2930
python -m pip install -r requirements.txt
31+
python -m pip install -e ./docs/ipynbs/fast-causal-inference
3032
- name: Build the JupyterLite site
3133
shell: bash -l {0}
3234
run: |
33-
tar -xvzf ./lib/fast-causal-inference.tar.gz -C ./docs/ipynbs/
3435
cp ./conf/package_conf.yaml ./docs/ipynbs/.jupyter/
3536
jupyter lite build --contents docs/ipynbs --output-dir ipynb
3637
mkdir -p ./ipynb/docs/

Diff for: requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,3 @@ ipyleaflet
4343
# Python: plotting libraries (optional)
4444
plotly>=5,<6
4545
bqplot
46-
pip

0 commit comments

Comments
 (0)