dgasmith / opt_einsum

⚡️Optimizing einsum functions in NumPy, Tensorflow, Dask, and more with contraction order optimization.
https://dgasmith.github.io/opt_einsum/
MIT License
863 stars 68 forks source link

CI Fix #240

Closed dgasmith closed 2 months ago

dgasmith commented 2 months ago

Description

Mamba-based CI appears to be broken. Trying a few things while keeping an eye on their issue tracker.

Status

loriab commented 2 months ago

It's worth a try removing the two mamba-version: "*" lines since you get all the advantages of mamba from miniconda now.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.63%. Comparing base (1992f4a) to head (1b7b2d6). Report is 2 commits behind head on main.

Additional details and impacted files
dgasmith commented 2 months ago

@loriab That works!

dgasmith commented 2 months ago

Worked great!