Skip to content

Commit e46ab1b

Browse files
Merge pull request #17 from festim-dev/RemDelaporteMathurin-patch-2
Update container versions in CI workflow
2 parents f2e3e6d + 389fefb commit e46ab1b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci_conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Create Conda environment
2121
shell: bash -l {0}
2222
run: |
23-
conda install -c conda-forge fenics-dolfinx=0.9.0 pyvista
23+
conda install -c conda-forge fenics-dolfinx=0.10.0 pyvista
2424
2525
- name: Install local package and dependencies
2626
shell: bash -l {0}

.github/workflows/ci_docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
container_version: [v0.9.0, nightly]
10+
container_version: [v0.9.0, v0.10.0, nightly]
1111
container: dolfinx/dolfinx:${{ matrix.container_version }}
1212
steps:
1313
- name: Checkout code
@@ -29,4 +29,4 @@ jobs:
2929
uses: codecov/codecov-action@v5
3030
with:
3131
token: ${{ secrets.CODECOV_TOKEN }}
32-
files: ./coverage.xml
32+
files: ./coverage.xml

0 commit comments

Comments
 (0)