Skip to content

Commit 20ecec3

Browse files
authored
CI: fix version of audformat by fetching tags (#457)
* CI: fix version of audformat by fetching tags * Set fetch depth
1 parent 5a8f650 commit 20ecec3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525

2626
steps:
2727
- uses: actions/checkout@v4
28+
with:
29+
fetch-tags: true
30+
fetch-depth: 50
2831

2932
- name: Cache emodb
3033
uses: actions/cache@v4

0 commit comments

Comments
 (0)