Skip to content

Commit

Permalink
Include full depth in python build git checkout (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjacob authored Jan 30, 2025
1 parent 12e5f22 commit f624835
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VER }}
Expand Down

0 comments on commit f624835

Please sign in to comment.