Skip to content

Commit 793ce59

Browse files
committed
Point to the proper yml file
1 parent b79fa12 commit 793ce59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ jobs:
7373

7474
lf-python:
7575
needs: [fetch-lf]
76-
uses: lf-lang/lingua-franca/.github/workflows/py-tests.yml@master
76+
uses: lf-lang/lingua-franca/.github/workflows/py-tests.yml@debug-dnet-in-ci
7777
with:
7878
reactor-c-ref: ${{ github.ref }}
7979
compiler-ref: ${{ needs.fetch-lf.outputs.ref }}
80-
if: ${{ !github.event.pull_request.draft || contains( github.event.pull_request.labels.*.name, 'python') }}
80+
# if: ${{ !github.event.pull_request.draft || contains( github.event.pull_request.labels.*.name, 'python') }}
8181

8282
# lf-gedf-np:
8383
# needs: [fetch-lf]

0 commit comments

Comments
 (0)