Skip to content

Commit

Permalink
CI: fix version of audformat by fetching tags (#457)
Browse files Browse the repository at this point in the history
* CI: fix version of audformat by fetching tags

* Set fetch depth
  • Loading branch information
hagenw authored Sep 16, 2024
1 parent 5a8f650 commit 20ecec3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 50

- name: Cache emodb
uses: actions/cache@v4
Expand Down

0 comments on commit 20ecec3

Please sign in to comment.