Skip to content

Commit

Permalink
Bump dolfinx version to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin committed Dec 27, 2023
1 parent 1ac1089 commit ab0aa5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
)
)
runs-on: ubuntu-latest
container: ghcr.io/fenics/dolfinx/dolfinx:v0.7.2
container: ghcr.io/fenics/dolfinx/dolfinx:v0.7.3
strategy:
matrix:
petsc_arch: [real, complex]
fail-fast: false
steps:
- uses: actions/checkout@v3
with:
ref: dolfinx-v0.7.2
ref: dolfinx-v0.7.3
- name: Setup container
run: |
. /usr/local/bin/dolfinx-${{ matrix.petsc_arch }}-mode
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ setup_requires =
wheel
install_requires =
cppimport
fenics-dolfinx >= 0.7.2, <0.8.0
fenics-dolfinx >= 0.7.3, <0.8.0
mpi4py
numpy >= 1.21.0
petsc4py
Expand Down

0 comments on commit ab0aa5a

Please sign in to comment.