We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a1b52c commit bab0b50Copy full SHA for bab0b50
.github/workflows/build_cpp.yml
@@ -34,7 +34,8 @@ jobs:
34
runs-on: 'ubuntu-latest'
35
steps:
36
- uses: actions/checkout@v2
37
-
+ with:
38
+ submodules: true
39
- name: Install dependencies
40
run: |
41
sudo apt update
.github/workflows/build_matlab.yml
@@ -35,6 +35,8 @@ jobs:
- name: Setup MATLAB
uses: matlab-actions/setup-matlab@v1
42
- name: Compile mex wrappers
.github/workflows/build_python.yml
runs-on: 'windows-latest'
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- name: Install python deps
0 commit comments