Skip to content

Commit 00eca10

Browse files
Add xtensor back for integration testing
1 parent 63a50ef commit 00eca10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dolfin-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
ref: ${{ github.event.inputs.dolfinx_branch }}
7777
- name: Install DOLFINx
7878
run: |
79+
apt-get install libxtensor-dev
7980
cmake -G Ninja -DCMAKE_BUILD_TYPE=Developer -B build -S dolfinx/cpp/
8081
cmake --build build
8182
cmake --install build

0 commit comments

Comments
 (0)