We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f298fe commit 8bbe94cCopy full SHA for 8bbe94c
.github/workflows/dolfinx-tests.yml
@@ -78,7 +78,8 @@ jobs:
78
run: ctest -V --output-on-failure -R unittests
79
- name: Install DOLFINx (Python)
80
run: |
81
- python3 -m pip install --break-system-packages -r dolfinx/python/build-requirements.txt # TO REMOVE
+ 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
83
python3 -m pip -v install --break-system-packages --check-build-dependencies --no-build-isolation dolfinx/python/
84
- name: Run mypy checks
85
0 commit comments