Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use new plotting API #58

Merged
merged 4 commits into from
Jan 21, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
UPdate testing to check for build correctness
  • Loading branch information
jorgensd committed Jan 21, 2022
commit 507d599676ba0c7b80d13fc938d879655af4010d
3 changes: 1 addition & 2 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
@@ -84,8 +84,7 @@ jobs:
- name: Build the book
run: |
PYVISTA_JUPYTER_BACKEND=static PYVISTA_OFF_SCREEN=false jupyter-book build -W .
# Add in -W once matplotlib is gone
# Pusb book to HTML to github pages
# Push book to HTML to github pages
- name: GitHub Pages action
uses: peaceiris/actions-gh-pages@v3.5.9
with:
5 changes: 4 additions & 1 deletion .github/workflows/main-test.yml
Original file line number Diff line number Diff line change
@@ -42,11 +42,14 @@ jobs:
apt-get clean
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
pip3 install --no-cache-dir tqdm pandas seaborn
pip3 install notebook nbconvert jupyter-book myst_parser pyvista jupyterlab
pip3 install notebook nbconvert jupyter-book myst_parser pyvista jupyterlab jupyter
pip3 install ipygany pythreejs
pip3 install --no-cache-dir matplotlib setuptools --upgrade
jupyter nbextension enable --py --sys-prefix ipygany
rm -rf /usr/local/share/.cache/*
- name: Test building the book
run:
PYVISTA_JUPYTER_BACKEND=static PYVISTA_OFF_SCREEN=false jupyter-book build -W .
- name: Test notebooks in parallel
run: |
cd chapter1