Skip to content

Commit 5b724cc

Browse files
committed
Try fixing CI
1 parent 13cb157 commit 5b724cc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ name: Build and publish
44
# Controls when the action will run.
55
on:
66
# Triggers the workflow on push or pull request events but only for the master branch
7-
# push:
8-
# branches: [dokken/jupyterbook]
7+
push:
8+
branches: [dokken/jupyterbook]
99

1010
# Allows you to run this workflow manually from the Actions tab
1111
workflow_dispatch:

.github/workflows/nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
run: |
3838
pip3 install --upgrade pip setuptools
3939
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
4042
apt-get -qq update
4143
apt-get install -y libgl1-mesa-dev xvfb nodejs
4244

0 commit comments

Comments
 (0)