Skip to content

Update for dolfinx main #19

Update for dolfinx main

Update for dolfinx main #19

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