File tree Expand file tree Collapse file tree 1 file changed +2
-38
lines changed Expand file tree Collapse file tree 1 file changed +2
-38
lines changed Original file line number Diff line number Diff line change 1010
1111jobs :
1212
13- Checks :
14-
15- runs-on : ubuntu-latest
16-
17- env :
18- LABVIEW_VERSION_NUMBER : ' 20.1'
19- LABVIEW_VERSION_YEAR : ' 2020'
20- LABVIEW_BITNESS : ' 64'
21-
22- steps :
23-
24- - uses : actions/setup-python@v5
25- with :
26- python-version : ' 3.11'
27- # cache: 'pip'
28-
29-
30- - name : Checkout Repo
31- uses : actions/checkout@v4
32-
33- - name : Install pylavi
34- run : |
35- curl -LsSf https://astral.sh/uv/install.sh | sh
36- uv venv
37- uv pip install pylavi
38-
39- - name : Run pylavi Tests
40- run : |
41- echo running pylavi tests
42- source .venv/bin/activate
43- vi_validate \
44- --path source \
45- --path tests \
46- --gt 20 --lt 21 \
47- --skip *.vit \
48- --no-code \
49- --breakpoints
50- echo finished pylavi tests
13+ ci-checks :
14+ uses : vipm-io/OpenG-Tookit/.github/workflows/ci-checks.yml@main
You can’t perform that action at this time.
0 commit comments