Skip to content

Commit 1a3f947

Browse files
committed
Run sample in CI
1 parent e433034 commit 1a3f947

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/PyPI-publishing.yml

+4
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ jobs:
110110
- name: '🛠️ pip dependencies'
111111
run: |
112112
pip install setuptools wheel
113+
114+
- name: '🛠️ run samples'
115+
run: |
116+
cd bindings/python && pip install -e . && python3 sample_x86.py
113117
114118
- name: '🚧 Build distribution'
115119
shell: bash

0 commit comments

Comments
 (0)