Skip to content

Commit

Permalink
Remove occt pin. Update pytest and meshio pins
Browse files Browse the repository at this point in the history
  • Loading branch information
sblauth committed Oct 13, 2023
1 parent a765891 commit 5c6f2b7
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 19 deletions.
7 changes: 3 additions & 4 deletions .github/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ USER $MAMBA_USER

RUN micromamba install -y -n base -c conda-forge \
fenics=2019 \
meshio">=5.0.0" \
pytest">=7.0.0" \
meshio">=5.3.0" \
pytest">=7.2.0" \
gmsh">=4.8" \
"occt<=7.7.0" \
coverage">=6.1.0" \
coverage">=7.1.0" \
mpich \
petsc"<=3.19" \
python=3.11 && \
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/test_demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ jobs:
environment-file: .github/micromamba/testenv.yml
create-args: >-
fenics=2019
meshio>=5.0.0
pytest>=7.0.0
meshio>=5.3.0
pytest>=7.2.0
gmsh>=4.8
occt<=7.7.0
matplotlib
petsc"<=3.19"
python=3.11
Expand Down Expand Up @@ -64,10 +63,9 @@ jobs:
environment-file: .github/micromamba/testenv.yml
create-args: >-
fenics=2019
meshio>=5.0.0
pytest>=7.0.0
meshio>=5.3.0
pytest>=7.2.0
gmsh>=4.8
occt<=7.7.0
mpich
matplotlib
petsc"<=3.19"
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/tests_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ jobs:
create-args: >-
python=${{ matrix.python-version }}
fenics=2019
meshio>=5.0.0
pytest>=7.0.0
meshio>=5.3.0
pytest>=7.2.0
gmsh>=4.8
occt<=7.7.0
petsc<=3.19
- name: Install package
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/tests_parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ jobs:
environment-file: .github/micromamba/testenv.yml
create-args: >-
fenics=2019
meshio>=5.0.0
pytest>=7.0.0
meshio>=5.3.0
pytest>=7.2.0
gmsh>=4.8
occt<=7.7.0
petsc<=3.19
${{ matrix.mpi }}
python=${{ matrix.python-version }}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/tests_serial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ jobs:
environment-file: .github/micromamba/testenv.yml
create-args: >-
fenics=2019
meshio>=5.0.0
pytest>=7.0.0
meshio>=5.3.0
pytest>=7.2.0
gmsh>=4.8
occt<=7.7.0
petsc<=3.19
python=${{ matrix.python-version }}
Expand Down

0 comments on commit 5c6f2b7

Please sign in to comment.