Skip to content

Mismatch in python version between environment.yml and the CI #281

Description

There is a mismatch in the different versions of python:

  • The make install commands creates a conda environment with python=3.8 (harcoded in environment.yml)
  • The setup.py file requires python>=3.7.0
  • The CI tests python=3.10 (see the .github/documentation.yml and .github/pr_validation.yml) or python=3.7 (cf linting.yml)

These versions should be harmonized.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions