Skip to content

Commit

Permalink
try fixing petsc dir again
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Apr 25, 2024
1 parent 2f71f4e commit 4dd3b55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
env:
DEB_PYTHON_INSTALL_LAYOUT: deb_system
PETSC_ARCH: ""
PETSC_DIR: "/usr/local/"

strategy:
matrix:
Expand All @@ -49,6 +50,7 @@ jobs:
with:
adios2: ${{ matrix.adios2 }}
petsc_arch: ${{ env.PETSC_ARCH }}
petsc_dir: ${{ env.PETSC_DIR }}
dolfinx: v0.8.0
basix: v0.8.0
ufl: 2024.1.0.post0
Expand Down

0 comments on commit 4dd3b55

Please sign in to comment.