Skip to content

Commit

Permalink
Point to the proper yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
byeonggiljun committed Jan 27, 2025
1 parent b79fa12 commit 793ce59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 793ce59

Please sign in to comment.