Skip to content

Commit

Permalink
ci: use full clone for test workflow to fix version detection (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys authored Sep 5, 2023
1 parent 5e7a371 commit 3eaf162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .woodpecker/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
fetch:
image: docker.io/library/python:3.11
commands:
- git fetch -tq
- git fetch --unshallow --quiet

pytest:
image: ${PYTHON_VERSION}
Expand Down

0 comments on commit 3eaf162

Please sign in to comment.