Skip to content

Commit 88ae231

Browse files
authored
Shallow clone xeus-cpp in ci (#466)
1 parent 5e4a82b commit 88ae231

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/deploy-github-page.yml

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

2828
steps:
2929
- uses: actions/checkout@v6
30-
with:
31-
fetch-depth: 0
3230

3331
- name: install mamba
3432
uses: mamba-org/setup-micromamba@v2

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ jobs:
109109

110110
steps:
111111
- uses: actions/checkout@v6
112-
with:
113-
fetch-depth: 0
114112

115113
- name: Backup in case setup-micromamba fails to cleanup when ci job fails on self hosted runner
116114
if: ${{ runner.environment == 'self-hosted' }}
@@ -266,8 +264,6 @@ jobs:
266264

267265
steps:
268266
- uses: actions/checkout@v6
269-
with:
270-
fetch-depth: 0
271267

272268
- name: install mamba
273269
uses: mamba-org/setup-micromamba@v2

0 commit comments

Comments
 (0)