Skip to content

Commit 8bbe94c

Browse files
committed
Remove build-requirements
1 parent 3f298fe commit 8bbe94c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dolfinx-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ jobs:
7878
run: ctest -V --output-on-failure -R unittests
7979
- name: Install DOLFINx (Python)
8080
run: |
81-
python3 -m pip install --break-system-packages -r dolfinx/python/build-requirements.txt # TO REMOVE
81+
python3-m pip install scikit-build-core
82+
python3 -m scikit_build_core.build requires | python3 -c "import sys, json; print(' '.join(json.load(sys.stdin)))" | xargs pip install
8283
python3 -m pip -v install --break-system-packages --check-build-dependencies --no-build-isolation dolfinx/python/
8384
- name: Run mypy checks
8485
run: |

0 commit comments

Comments
 (0)