Skip to content

Merge branch 'main' into test-CI-via-docker #24

Merge branch 'main' into test-CI-via-docker

Merge branch 'main' into test-CI-via-docker #24

name: Test KNP-EMI DG code via docker
on:
workflow_dispatch:
workflow_call:
pull_request:
branches: ["main"]
push:
branches: ["**"]
env:
DEB_PYTHON_INSTALL_LAYOUT: deb_system
defaults:
run:
shell: bash -el {0}
jobs:
test_scripts:
runs-on: ubuntu-latest
container: ghcr.io/scientificcomputing/fenics:2023-04-21
# Use older DOLFIN image, due to ulfy using ufl directly
steps:
- uses: actions/checkout@v4
- name: install package
run: |
python3 -m pip install .
- name: install package
run: |
python3 -m pip install -e .
- name: Run test (MMS)
run: |
python3 ./tests/run_MMS_space.py