Skip to content

fix Python

fix Python #717

Workflow file for this run

# See https://github.com/Forsti5/Fortran-Unit-Test-Basic/blob/main/.github/workflows/main.yml
name: Build and test
on: [push, pull_request]
jobs:
GNU:
runs-on: ubuntu-22.04
container:
image: ghcr.io/itpplasma/devel:latest
options: --user root
name: Build and test
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: |
make
- name: Test
run: |
cd build && ctest --output-on-failure