File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 env :
2424 PETSC_ARCH : arch-darwin-c-opt
2525 PETSC_DIR : ${{ github.workspace }}/petsc
26- PETSC_VERSION : 3.24.4
26+ PETSC_VERSION : 3.25.1
2727 PYTEST_ADDOPTS : " -W error"
2828
2929 steps :
4747
4848 - name : Install Python dependencies (petsc4py)
4949 run : |
50- pip install cython setuptools==80 wheel
50+ pip install cython setuptools wheel
5151 pip install mpi4py numpy
5252
5353 - name : Restore cache PETSc and petsc4py
@@ -126,7 +126,7 @@ jobs:
126126 - name : Build and install DOLFINx Python interface
127127 working-directory : python
128128 run : |
129- pip install pyamg pybind11>=2.8.0 setuptools_scm[toml]==8.3.0
129+ pip install pyamg
130130 pip install scikit-build-core
131131 python -m scikit_build_core.build requires | python -c "import sys, json; print(' '.join(json.load(sys.stdin)))" | xargs pip install
132132 pip install --check-build-dependencies --no-build-isolation --config-settings=cmake.build-type="Developer" './[test]'
You can’t perform that action at this time.
0 commit comments