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

Upgrade CI/CD python version for tests to pass #156

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

bilalebi
Copy link
Contributor

pip install -r requirements.txt throws this error when trying to run tests on the CI/CD pipeline

ERROR: Ignored the following versions that require a different python version: 0.1.1 Requires-Python >=3.9; 0.1.2 Requires-Python >=3.9; 0.1.3 Requires-Python >=3.9; 0.2.0 Requires-Python >=3.10; 0.3.0 Requires-Python >=3.10; 0.4.0 Requires-Python >=3.10; 0.4.1 Requires-Python >=3.10; 0.4.2 Requires-Python >=3.10; 0.4.3 Requires-Python >=3.10; 0.4.4 Requires-Python >=3.10; 0.5.0 Requires-Python >=3.10; 0.5.1 Requires-Python >=3.10
ERROR: Could not find a version that satisfies the requirement ensembl-utils==0.4.4 (from versions: none)
ERROR: No matching distribution found for ensembl-utils==0.4.4

Because the specified version of ensembl-utils (0.4.4) requires a Python version 3.10, but we were using 3.8

This PR fixes the issue

@bilalebi bilalebi self-assigned this Oct 24, 2024
@bilalebi bilalebi added the hotfix Something isn't working and has to be fixed ASAP label Oct 24, 2024
@bilalebi bilalebi merged commit ca43caf into develop Oct 24, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hotfix Something isn't working and has to be fixed ASAP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants