Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
add submodule support in test workflow
  • Loading branch information
ahwagner authored Nov 28, 2023
1 parent 774ea7a commit 811cece
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive

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

0 comments on commit 811cece

Please sign in to comment.