Skip to content

Merge pull request #4 from ComputationalPhysiology/pre-commit-ci-upda… #19

Merge pull request #4 from ComputationalPhysiology/pre-commit-ci-upda…

Merge pull request #4 from ComputationalPhysiology/pre-commit-ci-upda… #19

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
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