Skip to content

Commit

Permalink
Fix missing with:
Browse files Browse the repository at this point in the history
  • Loading branch information
PossiblyAShrub committed May 16, 2024
1 parent 31bafd8 commit 339b30a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:

steps:
- uses: actions/checkout@v4
submodules: 'recursive'
with:
submodules: 'recursive'
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 339b30a

Please sign in to comment.