Skip to content

Commit 07948eb

Browse files
authored
Merge pull request #92 from EliahKagan/ci-checkout
Use actions/checkout feature to fetch all commits
2 parents 2916865 + 919d3cc commit 07948eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727
with:
28-
fetch-depth: 1000
28+
fetch-depth: 0
2929
- name: Set up Python ${{ matrix.python-version }}
3030
uses: actions/setup-python@v4
3131
with:

0 commit comments

Comments
 (0)