Skip to content

Commit

Permalink
Add submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl committed Jan 24, 2024
1 parent e70015a commit 552c69c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true

- name: Install system packages
run: sudo apt-get install graphviz
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/_tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true

- name: Setup python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 552c69c

Please sign in to comment.