Skip to content

Commit

Permalink
try providing Matlab with a dummy pybind11_type module
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Nov 22, 2023
1 parent cb5c51e commit a4d99d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
- run: python -c "import cmake_example as m; m.AStruct()"

- run: |
echo "pybind11_type=type" > pybind11_type.py

This comment has been minimized.

Copy link
@rwgk

rwgk Nov 22, 2023

Collaborator

I think this needs to be

echo "pybind11_type=type" > pybind11_builtins.py

This comment has been minimized.

Copy link
@slayoo

slayoo Nov 22, 2023

Author

fixed, thanks

echo "PYTHONPATH=." >> $GITHUB_ENV
- uses: matlab-actions/setup-matlab@v0
with:
release: R2022a
Expand Down

0 comments on commit a4d99d8

Please sign in to comment.