We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2e3e6d + 389fefb commit e46ab1bCopy full SHA for e46ab1b
2 files changed
.github/workflows/ci_conda.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Create Conda environment
21
shell: bash -l {0}
22
run: |
23
- conda install -c conda-forge fenics-dolfinx=0.9.0 pyvista
+ conda install -c conda-forge fenics-dolfinx=0.10.0 pyvista
24
25
- name: Install local package and dependencies
26
.github/workflows/ci_docker.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
fail-fast: false
9
matrix:
10
- container_version: [v0.9.0, nightly]
+ container_version: [v0.9.0, v0.10.0, nightly]
11
container: dolfinx/dolfinx:${{ matrix.container_version }}
12
steps:
13
- name: Checkout code
@@ -29,4 +29,4 @@ jobs:
29
uses: codecov/codecov-action@v5
30
with:
31
token: ${{ secrets.CODECOV_TOKEN }}
32
- files: ./coverage.xml
+ files: ./coverage.xml
0 commit comments