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

bug: CI tests are not working due to incompatible python and mamba version #110

Closed
fgypas opened this issue Mar 9, 2023 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@fgypas
Copy link
Member

fgypas commented Mar 9, 2023

Describe the bug

In the CI we specify Python 3.7.4 and mamba 0.16. See here: https://github.com/zavolanlab/zarp/blob/dev/.github/workflows/ci.yml#L27-L28

As mentioned in #108 for unknown reasons it defaults to Python 3.10. But Python 3.10 is incompatible with mamba 0.16 so the tests CI fails at the beginning.

Expected behavior
It should work for all python versions.

Additional context
One solution would be to not specify exact mamba version. So switch to mamba-version: "*" from mamba-version: "0.16.0".

Also this link has some related info: conda-incubator/setup-miniconda#274

@fgypas fgypas added the bug Something isn't working label Mar 9, 2023
@uniqueg
Copy link
Member

uniqueg commented Mar 10, 2023

I think not pinning a version for Mamba is a very good idea! But we should still upgrade Python as described in #109.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants