Skip to content

geometry indices update #21

geometry indices update

geometry indices update #21

Workflow file for this run

name: febug unit tests
on:
pull_request:
branches:
- main
jobs:
Run-Tests:
runs-on: ubuntu-latest
container: dolfinx/dolfinx:nightly
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: python3 -m pip install --break-system-packages pyvista pytest
- name: Run unit tests
run: python3 -m pytest test/