We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13cb157 commit 5b724ccCopy full SHA for 5b724cc
.github/workflows/build-publish.yml
@@ -4,8 +4,8 @@ name: Build and publish
4
# Controls when the action will run.
5
on:
6
# Triggers the workflow on push or pull request events but only for the master branch
7
- # push:
8
- # branches: [dokken/jupyterbook]
+ push:
+ branches: [dokken/jupyterbook]
9
10
# Allows you to run this workflow manually from the Actions tab
11
workflow_dispatch:
.github/workflows/nightly.yml
@@ -37,6 +37,8 @@ jobs:
37
run: |
38
pip3 install --upgrade pip setuptools
39
CC=mpicc HDF_MPI="ON" HDF5_DIR="/usr/local/" pip3 install --no-cache-dir -r docker/requirements.txt
40
+ pip3 uninstall pyvista
41
+ pip3 install pyvista --upgrade
42
apt-get -qq update
43
apt-get install -y libgl1-mesa-dev xvfb nodejs
44
0 commit comments