Skip to content

Commit

Permalink
fetch depth 0 (all)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Nov 12, 2024
1 parent 478811c commit 8b9f69b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
# fetch-depth: 0
fetch-depth: 0 # Used for version detection
fetch-tags: true # Used for version detection
- name: Set up Poetry
uses: Gr1N/setup-poetry@v9
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
# fetch-depth: 0
fetch-depth: 0 # Used for version detection
fetch-tags: true # Used for version detection
- name: Set up Poetry
uses: Gr1N/setup-poetry@v9
Expand Down

0 comments on commit 8b9f69b

Please sign in to comment.