Skip to content

Commit 32b140d

Browse files
committed
CI: fix linus check-wheel path; debugging macos tests
1 parent 5f46af6 commit 32b140d

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- name: install wheel
140140
run:
141141
ls
142-
&& python3 -m pip install wheelhouse/libmapper*-py3-none-manylinux_2_24_x86_64.whl
142+
&& python3 -m pip install libmapper*-py3-none-manylinux_2_24_x86_64.whl
143143
- name: checkout
144144
uses: actions/checkout@v6
145145
with:
@@ -269,7 +269,12 @@ jobs:
269269
- name: run tests
270270
run: |
271271
cd test
272-
make tests
272+
echo running testparams
273+
./testparams -tf
274+
echo running testprops
275+
./testprops -tf
276+
echo running testlinear
277+
./testlinear -tf
273278
cd ..
274279
- name: python wheels
275280
run:
@@ -280,9 +285,7 @@ jobs:
280285
- uses: actions/upload-artifact@v7
281286
with:
282287
name: artifact_macos
283-
path: |
284-
./wheelhouse/*.whl
285-
./liblo/config.h
288+
path: ./wheelhouse/*.whl
286289
- name: prepare test artifact
287290
run: |
288291
mkdir test_artifact

0 commit comments

Comments
 (0)