Skip to content

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
@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.

2 participants