Skip to content

add python tests

add python tests #12

Workflow file for this run

name: Basic
on:
push:
branches: ["mcm86-30jul24-gh-actions-ci"]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build
run: |
mkdir build
ls
cd build
../configure --enable-pythonmodule --disable-fortran --prefix=`pwd`/myinstall
make -j 8 install
make -j 8 check