Skip to content

Merge pull request #44 from ComputationalPhysiology/pre-commit-ci-upd… #250

Merge pull request #44 from ComputationalPhysiology/pre-commit-ci-upd…

Merge pull request #44 from ComputationalPhysiology/pre-commit-ci-upd… #250

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/scientificcomputing/fenics-gmsh:2023-08-16
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
python3 -m pip install -e ".[test]"
- name: Test with pytest
run: |
python3 -m pytest