Skip to content

Commit

Permalink
Set fetch depth so that tags are retrieved
Browse files Browse the repository at this point in the history
  • Loading branch information
langmm committed Jun 2, 2023
1 parent eb0e1a7 commit 9cea13b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: true
- name: Set up Python
uses: actions/setup-python@v4
Expand Down
1 change: 1 addition & 0 deletions utils/test-install-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 9cea13b

Please sign in to comment.