Skip to content

Commit

Permalink
fix module name
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Nov 22, 2023
1 parent 0983b24 commit 5bebb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- run: python -c "import cmake_example as m; m.AStruct()"

- run: |
echo "pybind11_type=type" > pybind11_type.py
echo "pybind11_type=type" > pybind11_builtins.py
echo "PYTHONPATH=." >> $GITHUB_ENV
- uses: matlab-actions/setup-matlab@v0
Expand Down

0 comments on commit 5bebb1f

Please sign in to comment.