Skip to content

Commit

Permalink
Merge branch 'non_conforming_cubed_sphere_model' of github.com:gridap…
Browse files Browse the repository at this point in the history
…apps/GridapGeosciences.jl into non_conforming_cubed_sphere_model
  • Loading branch information
amartinhuertas committed Apr 25, 2024
2 parents dbe30fb + e030dbf commit cb22c0d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
- name: Install petsc
# if: steps.cache-petsc.outputs.cache-hit != 'true'
run: |
# Install p4est 2.2 from sources
CURR_DIR=$(pwd)
PACKAGE=petsc
VERSION=3.15.4
Expand Down Expand Up @@ -105,7 +104,7 @@ jobs:
name: Tests ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
env:
P4EST_ROOT_DIR: "/opt/p4est/2.2/"
P4EST_ROOT_DIR: "/opt/p4est/2.3.6/"
JULIA_PETSC_LIBRARY: "/opt/petsc/3.15.4/lib/libpetsc"
strategy:
fail-fast: false
Expand Down Expand Up @@ -149,10 +148,10 @@ jobs:
- name: Install p4est
if: steps.cache-p4est.outputs.cache-hit != 'true'
run: |
# Install p4est 2.2 from sources
# Install p4est 2.3.6 from sources
CURR_DIR=$(pwd)
PACKAGE=p4est
VERSION=2.2
VERSION=2.3.6
INSTALL_ROOT=/opt
P4EST_INSTALL=$INSTALL_ROOT/$PACKAGE/$VERSION
TAR_FILE=$PACKAGE-$VERSION.tar.gz
Expand All @@ -172,7 +171,6 @@ jobs:
- name: Install petsc
# if: steps.cache-petsc.outputs.cache-hit != 'true'
run: |
# Install p4est 2.2 from sources
CURR_DIR=$(pwd)
PACKAGE=petsc
VERSION=3.15.4
Expand Down

0 comments on commit cb22c0d

Please sign in to comment.