Skip to content

[New example] "Anamak" tokamak toy examples #40

[New example] "Anamak" tokamak toy examples

[New example] "Anamak" tokamak toy examples #40

Workflow file for this run

name: Pytest Check
on:
pull_request:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: './.github/actions/cicd-setup'
- name: Run pytest
run: python -m pytest -v