scipp / esspolarization

Polarization data reduction for the European Spallation Source
https://scipp.github.io/esspolarization/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

run copier update, bring the bots in, run tox -e deps #41

Closed MridulS closed 5 months ago

MridulS commented 5 months ago

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)

MridulS commented 5 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.

YooSunYoung commented 5 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.

You mean the CI tests status? It's because of the main branch protection rule. We have to update them manually.

YooSunYoung commented 5 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.

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!