Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: fix version of audformat by fetching tags #457

Merged
merged 2 commits into from
Sep 16, 2024
Merged

Conversation

hagenw
Copy link
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
10 checks passed
@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