Skip to content

Commit

Permalink
#20 Update conda build example for python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Nov 6, 2024
1 parent 659fca1 commit 83d1b18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-cells-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
working-directory: examples/cells

- name: Install conda-build tools
run: mamba install boa conda-build conda-verify
run: mamba install boa conda-verify

- name: Build
run: conda mambabuild recipe -m variants/python${{ matrix.python-version }}.yaml
Expand Down
2 changes: 1 addition & 1 deletion examples/cells/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
openmpi
mpi4py
openmpi
petsc
petsc4py
vtk

0 comments on commit 83d1b18

Please sign in to comment.