Skip to content

Commit bf2551a

Browse files
authored
use shared workflow (vipm-io#39)
vipm-io/OpenG-Tookit/.github/workflows/ci-checks.yml@main
1 parent 90a816a commit bf2551a

File tree

1 file changed

+2
-38
lines changed

1 file changed

+2
-38
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -10,41 +10,5 @@ on:
1010

1111
jobs:
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

0 commit comments

Comments
 (0)