Skip to content

Commit

Permalink
add -y
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Aug 10, 2022
1 parent 5b724cc commit 8b1d781
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
export PETSC_ARCH=linux-gnu-complex-32
export PYTHONPATH=/usr/local/dolfinx-complex/lib/python3.10/dist-packages:$PYTHONPATH
export LD_LIBRARY_PATH=/usr/local/dolfinx-complex/lib:$LD_LIBRARY_PATH
pip3 uninstall pyvista
pip3 uninstall pyvista -y
pip3 install pyvista --upgrade
cd chapter1
mpirun -n 2 python3 complex_mode.py
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
pip3 install --upgrade pip setuptools
CC=mpicc HDF_MPI="ON" HDF5_DIR="/usr/local/" pip3 install --no-cache-dir -r docker/requirements.txt
pip3 uninstall pyvista
pip3 uninstall pyvista -y
pip3 install pyvista --upgrade
apt-get -qq update
apt-get install -y libgl1-mesa-dev xvfb nodejs
Expand Down

0 comments on commit 8b1d781

Please sign in to comment.