Skip to content

Fix gradient in turbine example #25

Fix gradient in turbine example

Fix gradient in turbine example #25

Workflow file for this run

name: 'Run Opt-Adapt Test Suite'
on:
# Run test suite whenever main is updated
push:
branches:
- main
paths:
- '**.py'
- '.github/workflows/test_suite.yml'
- 'pyproject.toml'
# Run test suite whenever commits are pushed to an open PR
pull_request:
paths:
- '**.py'
- '.github/workflows/test_suite.yml'
- 'pyproject.toml'
# Run test suite every Sunday at 1AM
schedule:
- cron: '0 1 * * 0'
jobs:
test_suite:
uses: mesh-adaptation/docs/.github/workflows/reusable_test_suite.yml@main