Skip to content

Commit

Permalink
Add recursive checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
HonzaCuhel committed Jan 15, 2025
1 parent 04cc962 commit 1218c94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
submodules: recursive # Ensures submodules are cloned

- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 1218c94

Please sign in to comment.