Skip to content

Commit

Permalink
Update tests (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed Oct 31, 2023
1 parent 19a45d0 commit 0a075c4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/dolfin-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,15 @@ jobs:
repository: FEniCS/dolfinx
ref: ${{ github.event.inputs.dolfinx_ref }}

- name: Install DOLFINx
- name: Install DOLFINx (C++)
run: |
cmake -G Ninja -DCMAKE_BUILD_TYPE=Developer -B build -S dolfinx/cpp/
cmake --build build
cmake --install build
pip3 -v install --global-option build --global-option --debug dolfinx/python/
- name: Install DOLFINx (Python)
run: |
python3 -m pip install -r dolfinx/python/build-requirements.txt # TO REMOVE
python3 -m pip -v install --check-build-dependencies --no-build-isolation dolfinx/python/
- name: Build DOLFINx C++ unit tests
run: |
Expand Down

0 comments on commit 0a075c4

Please sign in to comment.