Skip to content

Commit

Permalink
ghilimele
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Dec 20, 2024
1 parent bcebc7c commit ef80f21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
submodules: 'recursive'
token: ${{ secrets.submodules_PAT }}

- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
submodules: 'recursive'
token: ${{ secrets.submodules_PAT }}

- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
submodules: 'recursive'
token: ${{ secrets.submodules_PAT }}

# Used to host cibuildwheel
Expand Down

0 comments on commit ef80f21

Please sign in to comment.