Skip to content

Commit

Permalink
Merge pull request #181 from aragilar/fix-sphinx
Browse files Browse the repository at this point in the history
Use fetch-depth: 0 to get tags
  • Loading branch information
aragilar authored Jul 14, 2024
2 parents 01f8c2f + 097f887 commit 6b90eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-overall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 6b90eed

Please sign in to comment.