From 5f2962fcbe5034b0038607399364cd7dd0ba1862 Mon Sep 17 00:00:00 2001 From: Marten Lohstroh Date: Tue, 7 Nov 2023 14:38:32 -0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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