We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79fa12 commit 793ce59Copy full SHA for 793ce59
.github/workflows/ci.yml
@@ -73,11 +73,11 @@ jobs:
73
74
lf-python:
75
needs: [fetch-lf]
76
- 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
77
with:
78
reactor-c-ref: ${{ github.ref }}
79
compiler-ref: ${{ needs.fetch-lf.outputs.ref }}
80
- 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') }}
81
82
# lf-gedf-np:
83
# needs: [fetch-lf]
0 commit comments