Closed MridulS closed 7 months ago
Hmm, has anyone seen this before? Bumping up python-version-ci
ends up with this weird unrunable required test Tests (ubuntu-22.04, 3.9, py39) / test
in this case.
Hmm, has anyone seen this before? Bumping up
python-version-ci
ends up with this weird unrunable required testTests (ubuntu-22.04, 3.9, py39) / test
in this case.
You mean the CI tests status? It's because of the main branch protection rule. We have to update them manually.
Hmm, has anyone seen this before? Bumping up
python-version-ci
ends up with this weird unrunable required testTests (ubuntu-22.04, 3.9, py39) / test
in this case.You mean the CI tests status? It's because of the main branch protection rule. We have to update them manually.
@scipp/ess-maintainers I don't have the permit to update the main branch protection rule.
Can someone remove Tests (ubuntu-22.04, 3.9, py39) / test
from the required tests and add CI / Tests (ubuntu-22.04, 3.10, py310) / test (pull_request)
instead? Thanks!
This also updates the deps, which should fix the failing nightly tests of esspolarization.
The last tox -e deps was probably run in a python 3.10 env while the CI wants py3.9 (related https://github.com/scipp/copier_template/issues/163)