Skip to content

Bump version: 0.11.0 → 0.11.1 #161

Bump version: 0.11.0 → 0.11.1

Bump version: 0.11.0 → 0.11.1 #161

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