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

Monitor failures in "Install from conda-forge" workflow with pint 0.24 #851

Open
khaeru opened this issue Jun 12, 2024 · 0 comments
Open
Labels
ci Continuous integration discuss Discussion, design, and planning

Comments

@khaeru
Copy link
Member

khaeru commented Jun 12, 2024

This run of the conda.yaml workflow failed today with messages like:

  File "/Users/runner/work/_actions/iiasa/actions/main/setup-conda/Anaconda3/envs/testenv/lib/python3.9/site-packages/pint/compat.py", line 19, in <module>
    from typing import (
ImportError: cannot import name 'TypeAlias' from 'typing'

Briefly what appears occurred is:

FYI @glatterf42

I expect this issue will fix itself tomorrow, when the next workflow run should see pint 0.24 pyhd8ed1ab_1, which is already on conda-forge, and refuse to install it, preferring pint 0.23 for Python 3.9. We could then close this without doing anything.

Recording here only:

  1. for posterity, and
  2. because this made me notice we could maybe update to newer versions of *conda with newer Pythons for this workflow. This is, however, lower priority, since we now recommend the pip-based install.
@khaeru khaeru added ci Continuous integration discuss Discussion, design, and planning labels Jun 12, 2024
@khaeru khaeru changed the title Monitor in "Install from conda-forge" workflow with pint 0.24 Monitor failures in "Install from conda-forge" workflow with pint 0.24 Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous integration discuss Discussion, design, and planning
Projects
None yet
Development

No branches or pull requests

1 participant