Skip to content

Commit

Permalink
make sure we fetch whole repo history when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
radusuciu committed Feb 29, 2024
1 parent 26ebc81 commit bd82723
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4
# needed because we use git describe to get a bumpver compatible GITHASH containing version
# alternatively can look at using HEXHASH instead. Note that these are purposefully not
# documented in the bumpver project, see issues/PRs for more info.
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit bd82723

Please sign in to comment.