Skip to content

Commit

Permalink
chore: Update CI workflow to include recursive submodules in checkout…
Browse files Browse the repository at this point in the history
… step
  • Loading branch information
fbriol committed Jun 28, 2024
1 parent 935c669 commit 189911c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive

- name: Setup Miniconda
uses: mamba-org/setup-micromamba@v1
Expand Down Expand Up @@ -53,7 +55,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

- name: Setup Miniconda
uses: mamba-org/setup-micromamba@v1
Expand Down

0 comments on commit 189911c

Please sign in to comment.