diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57350bb6..2acdd89c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,9 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Fill submodule + run: | + git submodule update --init - name: Setup micromamba uses: mamba-org/setup-micromamba@v1