Skip to content

Commit a4d99d8

Browse files
authored
try providing Matlab with a dummy pybind11_type module
1 parent cb5c51e commit a4d99d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/matlab.yml

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
3939
- run: python -c "import cmake_example as m; m.AStruct()"
4040

41+
- run: |
42+
echo "pybind11_type=type" > pybind11_type.py
43+
echo "PYTHONPATH=." >> $GITHUB_ENV
44+
4145
- uses: matlab-actions/setup-matlab@v0
4246
with:
4347
release: R2022a

0 commit comments

Comments
 (0)