Skip to content

Commit cf6d100

Browse files
committed
Disable git submodules to prevent cleanup errors
1 parent ddeb328 commit cf6d100

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-improved.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ jobs:
8787

8888
steps:
8989
- uses: actions/checkout@v4
90+
with:
91+
submodules: false
9092

9193
- name: Set up Python ${{ matrix.python-version }}
9294
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)