Skip to content

Commit a41afe2

Browse files
yibeichaneffigies
authored andcommitted
fix minor errors
1 parent ce45d14 commit a41afe2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ jobs:
2121
environment-file: etc/environment.yml
2222
python-version: ${{ matrix.python-version }}
2323
auto-activate-base: false
24+
run: conda activate pydra-tutorial
2425
- 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
2827
- name: Build JupyterBook
2928
run: jb build -W jupyterbook
3029
- uses: peaceiris/actions-gh-pages@v3

.github/workflows/notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
environment-file: etc/environment.yml
2727
python-version: ${{ matrix.python-version }}
2828
auto-activate-base: false
29-
29+
run: conda activate pydra-tutorial
3030
- name: Convert all md files to ipynb
3131
run: jupytext notebooks/*.md --to ipynb
3232
- name: Test notebooks with pytest

0 commit comments

Comments
 (0)