Skip to content

CI: fix version of audformat by fetching tags#457

Merged
hagenw merged 2 commits intomainfrom
fix-version-in-ci
Sep 16, 2024
Merged

CI: fix version of audformat by fetching tags#457
hagenw merged 2 commits intomainfrom
fix-version-in-ci

Conversation

@hagenw
Copy link
Copy Markdown
Member

@hagenw hagenw commented Sep 16, 2024

At the moment, the CI jobs are just checking out the last commit of the repository. As we use git tags to get the version of audformat, this means the version of audformat after running pip install -r requirements.txt starts always with 0.1-dev. Which means when running pip install -r tests/requirements.txt afterwards another version of audformat is installed as we install audb which requires >=1.2.0.

Now it installs

image

and does not need to install another version of audformat when running pip install -r tests/requirements.txt.

@hagenw hagenw marked this pull request as draft September 16, 2024 07:42
@hagenw hagenw marked this pull request as ready for review September 16, 2024 07:47
@hagenw hagenw merged commit 20ecec3 into main Sep 16, 2024
@hagenw hagenw deleted the fix-version-in-ci branch September 16, 2024 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant