scipp / copier_template

Copier template for Scipp projects
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Running tox -e deps is senstive to the python version while updating nightly scipp release. #163

Open MridulS opened 2 months ago

MridulS commented 2 months ago

Running tox -e deps in a python env which doesn't sync with python-version-ci will lead to problems where the CI is running a different python in the runner vs the scipp nightly release.

SimonHeybrock commented 2 months ago

Yes, that appears to be how tox works. Is there a way of preventing that?

MridulS commented 2 months ago

We can enforce that tox -e deps also syncs up python-version-ci so atleast we can catch these issues.

Or the CI itself should be running the tox action and creating a new PR :D

jl-wynen commented 2 months ago

I think selecting a specific Python version in the deps env would be fine. It would prevent running the update with an incorrect version.