Skip to content

Commit

Permalink
Fix test workflow. Checkout with submodules.
Browse files Browse the repository at this point in the history
  • Loading branch information
jg-rp committed Sep 28, 2023
1 parent ed68faa commit c4565bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit c4565bd

Please sign in to comment.