Skip to content

Commit d4ba3f7

Browse files
committed
fix checkout in test
1 parent 49fa699 commit d4ba3f7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/executable_build_test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4
17+
with:
18+
fetch-depth: 0
1719

1820
- name: Set up Python
1921
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)