Skip to content

Commit

Permalink
Merge branch 'main' into ci/micromamba_update
Browse files Browse the repository at this point in the history
  • Loading branch information
sblauth authored Jun 29, 2023
2 parents 16915eb + 226704d commit 3738f2c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update --fix-missing \
&& rm -rf /var/lib/apt/lists/*

RUN conda install -c conda-forge mamba \
&& mamba create -n cashocs -c conda-forge fenics=2019 meshio">=5.0.0" pytest">=7.0.0" gmsh">=4.8" "occt<=7.7.0" coverage">=6.1.0" mpich python=3.11 \
&& mamba create -n cashocs -c conda-forge fenics=2019 meshio">=5.0.0" pytest">=7.0.0" gmsh">=4.8" "occt<=7.7.0" petsc"<=3.17.4" coverage">=6.1.0" mpich python=3.11 \
&& conda clean --all --yes


Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
pytest>=7.0.0
gmsh>=4.8
occt<=7.7.0
petsc<=3.17.4
matplotlib
python=3.11
Expand Down Expand Up @@ -67,6 +68,7 @@ jobs:
pytest>=7.0.0
gmsh>=4.8
occt<=7.7.0
petsc<=3.17.4
mpich
matplotlib
python=3.11
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
pytest>=7.0.0
gmsh>=4.8
occt<=7.7.0
petsc"<=3.17.4"
- name: Install package
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests_parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
pytest>=7.0.0
gmsh>=4.8
occt<=7.7.0
petsc<=3.17.4
${{ matrix.mpi }}
python=${{ matrix.python-version }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests_serial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
pytest>=7.0.0
gmsh>=4.8
occt<=7.7.0
petsc<=3.17.4
python=${{ matrix.python-version }}
- name: Install package
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ repos:


- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.3.0
rev: v1.4.1
hooks:
- id: mypy
files: cashocs/
Expand Down

0 comments on commit 3738f2c

Please sign in to comment.