Skip to content

Commit

Permalink
Merge pull request #92 from EliahKagan/ci-checkout
Browse files Browse the repository at this point in the history
Use actions/checkout feature to fetch all commits
  • Loading branch information
Byron authored Sep 11, 2023
2 parents 2916865 + 919d3cc commit 07948eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1000
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 07948eb

Please sign in to comment.