Skip to content

Commit

Permalink
Fix minor syntax error in Github actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
lumbric committed May 7, 2024
1 parent e75a0a0 commit 3bad6d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
steps:
- name: Set up Git repository
uses: actions/checkout@v4
# unfortunately we need to fetch all tags for version.py to work
fetch-depth: 0
with:
# unfortunately we need to fetch all tags for version.py to work
fetch-depth: 0

- name: Fetch all Git tags
# this is necessary for version.py because git describe does not work on a shallow clone:
Expand Down

0 comments on commit 3bad6d9

Please sign in to comment.