We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08aea5a commit 59d25c4Copy full SHA for 59d25c4
.github/workflows/deploy.yml
@@ -26,11 +26,12 @@ jobs:
26
python-version: '3.11'
27
- name: Install the dependencies
28
run: |
29
+ tar -xvzf ./lib/fast-causal-inference.tar.gz -C ./docs/ipynbs/
30
python -m pip install -r requirements.txt
31
+ python -m pip install -e ./docs/ipynbs/fast-causal-inference
32
- name: Build the JupyterLite site
33
shell: bash -l {0}
34
- tar -xvzf ./lib/fast-causal-inference.tar.gz -C ./docs/ipynbs/
35
cp ./conf/package_conf.yaml ./docs/ipynbs/.jupyter/
36
jupyter lite build --contents docs/ipynbs --output-dir ipynb
37
mkdir -p ./ipynb/docs/
requirements.txt
@@ -43,4 +43,3 @@ ipyleaflet
43
# Python: plotting libraries (optional)
44
plotly>=5,<6
45
bqplot
46
-pip
0 commit comments