Skip to content

Commit

Permalink
[devOps] recursive submodule checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
jm committed Apr 18, 2024
1 parent 776f11b commit f8cfa91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
runs-on: ubuntu-latest

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

- name: install requirements
run: pip install -r requirements.txt
Expand Down

0 comments on commit f8cfa91

Please sign in to comment.