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

Use mamba and conda-forge channel on azure pipeline #2759

Merged

Conversation

ericpre
Copy link
Member

@ericpre ericpre commented Jun 2, 2021

The azure pipeline builds have been failing regularly in the last few months and are currently failing on windows... This was because of broken packages on anaconda defaults channels.

Progress of the PR

  • Use conda-forge channel instead of defaults,
  • use mamba to install packages (conda is too slow with conda-forge channels, because of the larger number of packages on conda-forge)
  • update dev guide,
  • add an changelog entry in the upcoming_changes folder (see upcoming_changes/README.rst),
  • ready for review.

@ericpre ericpre added this to the v1.6.3 milestone Jun 2, 2021
@codecov
Copy link

codecov bot commented Jun 2, 2021

Codecov Report

Merging #2759 (d2ec3a7) into RELEASE_next_patch (6d184cd) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@                 Coverage Diff                 @@
##           RELEASE_next_patch    #2759   +/-   ##
===================================================
  Coverage               77.30%   77.30%           
===================================================
  Files                     202      202           
  Lines                   30032    30032           
  Branches                 6561     6561           
===================================================
  Hits                    23216    23216           
  Misses                   5068     5068           
  Partials                 1748     1748           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6d184cd...d2ec3a7. Read the comment docs.

@jlaehne jlaehne merged commit d0ff98c into hyperspy:RELEASE_next_patch Jun 2, 2021
@ericpre ericpre deleted the use_mamba_azure_pipeline branch June 3, 2021 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants