Skip to content

Commit

Permalink
ci.yaml include git submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianHofmann committed Aug 9, 2024
1 parent 614e690 commit 58a620d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58a620d

Please sign in to comment.