Try Cython cI action

This commit is contained in:
Mattia Montanari
2023-02-14 15:49:09 +01:00
parent 7e2f6ccfb4
commit cf0b32cd45
3 changed files with 33 additions and 34 deletions

View File

@@ -31,3 +31,11 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- run: cd examples/matlab/; octave runme.m
Run_CYthon_example:
runs-on: ubuntu-latest
container: mmontanari/devenv:buildenv-ubuntu
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: cd examples/cython/; python3 setup.py build_ext --inplace; python3 test.py