Skip to content

Commit

Permalink
debugging workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianGroeger96 committed Feb 14, 2024
1 parent b49ab66 commit 7bb1c0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
submodules: "recursive"
token: ${{ secrets.SUBMODULE_GITHUB_TOKEN }}

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

0 comments on commit 7bb1c0d

Please sign in to comment.