Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into paper_stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
lisawim committed Oct 16, 2023
2 parents b7ea7b1 + cb2b0ff commit 7ceec41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
uses: mamba-org/setup-micromamba@v1
with:
environment-file: ${{ env.YML }}
create-args: >-
python=3.10
- name: Code reformatting with black
run: |
Expand Down
4 changes: 2 additions & 2 deletions etc/environment-petsc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ dependencies:
- matplotlib>=3.0
- dill>=0.2.6
- mpich
- petsc4py>=3.10.0
- petsc4py<3.20
- mpi4py>=3.0.0
- pytest
- pytest-cov
- pytest-timeout
- pytest-order
- pytest-order

0 comments on commit 7ceec41

Please sign in to comment.