Skip to content

Commit

Permalink
Merge branch 'main' into pbrubeck/fix/formsum-weights
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrubeck committed Jan 15, 2025
2 parents 064bb93 + 38512ed commit b099418
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/fenicsx-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@ on:
branches:
- main

# Weekly build on Mondays at 8 am
schedule:
- cron: "0 8 * * 1"

jobs:
ffcx-tests:
name: Run FFCx tests
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

env:
CC: gcc-10
CXX: g++-10
CC: gcc-12
CXX: g++-12
PETSC_ARCH: linux-gnu-real-64

steps:
Expand All @@ -26,7 +30,7 @@ jobs:

- name: Install test dependencies
run: |
sudo apt-get install -y graphviz libgraphviz-dev ninja-build pkg-config
sudo apt-get install -y graphviz libgraphviz-dev ninja-build pkg-config libblas-dev liblapack-dev
- name: Install UFL
run: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
pull_request:
branches:
- main
# Weekly build on Mondays at 8 am
schedule:
- cron: "0 8 * * 1"

jobs:
build:
Expand Down

0 comments on commit b099418

Please sign in to comment.