Skip to content

Commit 3af13ec

Browse files
committed
Update tests
1 parent 19a45d0 commit 3af13ec

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/dolfin-tests.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,15 @@ jobs:
7373
repository: FEniCS/dolfinx
7474
ref: ${{ github.event.inputs.dolfinx_ref }}
7575

76-
- name: Install DOLFINx
76+
- name: Install DOLFINx (C++)
7777
run: |
7878
cmake -G Ninja -DCMAKE_BUILD_TYPE=Developer -B build -S dolfinx/cpp/
7979
cmake --build build
8080
cmake --install build
81-
pip3 -v install --global-option build --global-option --debug dolfinx/python/
81+
- name: Install DOLFINx (Python)
82+
run: |
83+
python3 -m pip install -r dolfinx/python/build-requirements.txt # TO REMOVE
84+
python3 -m pip -v install --check-build-dependencies --no-build-isolation dolfinx/python/
8285
8386
- name: Build DOLFINx C++ unit tests
8487
run: |

0 commit comments

Comments
 (0)