File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 21
21
environment-file : etc/environment.yml
22
22
python-version : ${{ matrix.python-version }}
23
23
auto-activate-base : false
24
+ run : conda activate pydra-tutorial
24
25
- name : Install dependencies
25
- run : |
26
- pip install --upgrade pip
27
- pip install -r jupyterbook/requirements.txt
26
+ run : conda install -c conda-forge jupyter-book
28
27
- name : Build JupyterBook
29
28
run : jb build -W jupyterbook
30
29
- uses : peaceiris/actions-gh-pages@v3
Original file line number Diff line number Diff line change 26
26
environment-file : etc/environment.yml
27
27
python-version : ${{ matrix.python-version }}
28
28
auto-activate-base : false
29
-
29
+ run : conda activate pydra-tutorial
30
30
- name : Convert all md files to ipynb
31
31
run : jupytext notebooks/*.md --to ipynb
32
32
- name : Test notebooks with pytest
You can’t perform that action at this time.
0 commit comments