From 793ce59ad1d2fbcccf626f338d99aed8d815391f Mon Sep 17 00:00:00 2001 From: Byeonggil Jun Date: Mon, 27 Jan 2025 13:30:40 -0700 Subject: [PATCH] Point to the proper yml file --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 351ae43f2..437516aef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,11 +73,11 @@ jobs: lf-python: needs: [fetch-lf] - uses: lf-lang/lingua-franca/.github/workflows/py-tests.yml@master + uses: lf-lang/lingua-franca/.github/workflows/py-tests.yml@debug-dnet-in-ci with: reactor-c-ref: ${{ github.ref }} compiler-ref: ${{ needs.fetch-lf.outputs.ref }} - if: ${{ !github.event.pull_request.draft || contains( github.event.pull_request.labels.*.name, 'python') }} + # if: ${{ !github.event.pull_request.draft || contains( github.event.pull_request.labels.*.name, 'python') }} # lf-gedf-np: # needs: [fetch-lf]