wtclarke / spec2nii

Multi-format in vivo MR spectroscopy conversion to NIFTI
Other
27 stars 23 forks source link

Ci fix (temporary) #7

Closed wtclarke closed 3 years ago

wtclarke commented 3 years ago

The CI build fails due to the latest v2.1.0 release of setup-miniconda.

Example build failure: https://github.com/wexeee/spec2nii/runs/2235588308?check_suite_focus=true

Two solutions for push_pr.yml:

  1. Pin setup-miniconda version to v2.0.1
  2. Remove pinned Python version for v2.1.0 (workaround)
    • conda-incubator/setup-miniconda#158 (comment)

Note that there might also be a channel ordering issue conda-incubator/setup-miniconda#160