Skip to content

Commit aa0b0cc

Browse files
authored
Cleanup macOS CI (#4225)
* Update macos.yml * Update macos.yml * Update macos.yml
1 parent e54aa74 commit aa0b0cc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/macos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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:
@@ -47,7 +47,7 @@ jobs:
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]'

0 commit comments

Comments
 (0)