Skip to content

Commit 1f57be6

Browse files
ci fix: unshallow
1 parent ab6cf05 commit 1f57be6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
name: ${{ matrix.os }} - Python ${{ matrix.python_version }}
4444
steps:
4545
- uses: actions/checkout@v4
46+
with:
47+
fetch-depth: 0
4648
- name: Setup python
4749
uses: actions/setup-python@v5
4850
if: matrix.python_version != 'msys2'

0 commit comments

Comments
 (0)