Skip to content

Update to dolfinx main #10

Update to dolfinx main

Update to dolfinx main #10

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 pyvista
- name: Run unit tests
run: python3 -m pytest test/