Skip to content

Commit

Permalink
testing env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
enricofacca committed Aug 29, 2024
1 parent 70a85be commit c72c8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y libhypre-dev libmumps-seq-dev
pip install numpy mpi4py
pip install petsc petsc4py
PETSC_CONFIGURE_OPTIONS="--download-hypre --download-mumps --download-parmetis --download-ml --download-metis --download-scalapack" pip install petsc petsc4py
# - name: Get environment variables
# run: |
Expand Down

0 comments on commit c72c8cc

Please sign in to comment.