We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pybind11_type
1 parent cb5c51e commit a4d99d8Copy full SHA for a4d99d8
1 file changed
.github/workflows/matlab.yml
@@ -38,6 +38,10 @@ jobs:
38
39
- run: python -c "import cmake_example as m; m.AStruct()"
40
41
+ - run: |
42
+ echo "pybind11_type=type" > pybind11_type.py
43
+ echo "PYTHONPATH=." >> $GITHUB_ENV
44
+
45
- uses: matlab-actions/setup-matlab@v0
46
with:
47
release: R2022a
0 commit comments