Skip to content

Commit

Permalink
Bump dolfinx version to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin committed Nov 16, 2023
1 parent 6e9c136 commit 5491267
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
matrix:
include:
- backend: dolfinx-real
container: ghcr.io/fenics/dolfinx/dolfinx:v0.7.1
container: ghcr.io/fenics/dolfinx/dolfinx:v0.7.2
setup_container: |
. /usr/local/bin/dolfinx-real-mode
echo "PETSC_ARCH=$PETSC_ARCH" >> $GITHUB_ENV
Expand All @@ -41,7 +41,7 @@ jobs:
echo "PKG_CONFIG_PATH=$PKG_CONFIG_PATH" >> $GITHUB_ENV
rm /usr/local/lib/python3.10/dist-packages/petsc4py/py.typed
- backend: dolfinx-complex
container: ghcr.io/fenics/dolfinx/dolfinx:v0.7.1
container: ghcr.io/fenics/dolfinx/dolfinx:v0.7.2
setup_container: |
. /usr/local/bin/dolfinx-complex-mode
echo "PETSC_ARCH=$PETSC_ARCH" >> $GITHUB_ENV
Expand All @@ -56,7 +56,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: dolfinx-v0.7.1
ref: dolfinx-v0.7.2
- name: Setup container
run: ${{ matrix.setup_container }}
- name: Install RBniCSx
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ rbnicsx =

[options.extras_require]
backends =
fenics-dolfinx >= 0.7.1, <0.8.0
multiphenicsx @ git+https://github.com/multiphenics/[email protected].1
fenics-dolfinx >= 0.7.2, <0.8.0
multiphenicsx @ git+https://github.com/multiphenics/[email protected].2
ufl4rom @ git+https://github.com/RBniCS/ufl4rom.git@b65c6c7
docs =
sphinx
Expand Down

0 comments on commit 5491267

Please sign in to comment.