Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdean committed Apr 18, 2024
1 parent 70af988 commit 2826821
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
runs-on:
ubuntu-latest
container: fenicsproject/test-env:v0.6.0-r1-mpich
container: fenicsproject/test-env:v0.7.2-mpich

steps:
- uses: actions/checkout@v4
Expand All @@ -25,23 +25,23 @@ jobs:
with:
path: ./basix
repository: FEniCS/basix
ref: v0.6.0
ref: v0.7.0

- name: Install UFL, Basix, FFCx
run: |
cmake -G Ninja -B build-basix -DCMAKE_BUILD_TYPE="Release" -S ./basix/cpp/
cmake --build build-basix --parallel 3
cmake --install build-basix
BUILD_TYPE="Release" pip3 install ./basix/python
python3 -m pip install git+https://github.com/FEniCS/ufl.git@2023.1.1.post0
python3 -m pip install git+https://github.com/FEniCS/ffcx.git@v0.6.0
python3 -m pip install git+https://github.com/FEniCS/ufl.git@2023.2.0
python3 -m pip install git+https://github.com/FEniCS/ffcx.git@v0.7.0
- name: Get DOLFINx
uses: actions/checkout@v4
with:
path: ./dolfinx
repository: FEniCS/dolfinx
ref: v0.6.0
ref: v0.7.2

- name: Configure C++ (dolfinx)
run: |
Expand Down

0 comments on commit 2826821

Please sign in to comment.