We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e784f commit 0ccdd04Copy full SHA for 0ccdd04
.github/workflows/test.yml
@@ -45,6 +45,8 @@ jobs:
45
46
steps:
47
- uses: actions/checkout@v4
48
+ with:
49
+ fetch-depth: 0 # grab all branches and tags
50
- name: Set up Python
51
uses: actions/setup-python@v5
52
with:
0 commit comments