Skip to content

Commit adc01cd

Browse files
authored
MAINT: Ensure full checkout is used (#13439)
1 parent 61bc8b8 commit adc01cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
- restore_cache:
3737
keys:
3838
- source-cache
39-
- checkout
39+
- checkout:
40+
method: full
4041
- run:
4142
name: Complete checkout
4243
command: |

0 commit comments

Comments
 (0)