diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec36e7a80..5c8abb8b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,6 +52,13 @@ jobs: runtime-ref: ${{ github.ref }} compiler-ref: ${{ needs.fetch-lf.outputs.ref }} + lf-python: + needs: fetch-lf + uses: lf-lang/lingua-franca/.github/workflows/py-tests.yml@master + with: + reactor-c-ref: ${{ github.ref }} + compiler-ref: ${{ needs.fetch-lf.outputs.ref }} + lf-gedf-np: needs: fetch-lf uses: lf-lang/lingua-franca/.github/workflows/c-tests.yml@master