setup-miniconda: Still having errors with 32-bit miniconda setups
From here. I am specifying miniconda-version and still get errors. The following line is to blame (I think, I don’t know JS), it seems that it should check if miniconda-version is not set and architecture != x64, based on the error message.
https://github.com/conda-incubator/setup-miniconda/blob/35d1405e78aa3f784fe3ce9a2eb378d5eeb62169/src/input.ts#L61-L63
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 18 (17 by maintainers)
Commits related to this issue
- Fixes #166. Raise an error if on non-x64 architectures, `miniconda-version` is *not* specified, instead of when it *is* specified. — committed to chrisjbillington/setup-miniconda by chrisjbillington 3 years ago
- Fixes #166. Raise an error if on non-x64 architectures, `miniconda-version` is *not* specified, instead of when it *is* specified. — committed to chrisjbillington/setup-miniconda by chrisjbillington 3 years ago
- Fixes #166 Raise an error if on non-x64 architectures, `miniconda-version` is *not* specified, instead of when it *is* specified. — committed to chrisjbillington/setup-miniconda by chrisjbillington 3 years ago
- Merge pull request #189 from chrisjbillington/fix-166 Fixes #166: Error on miniconda-version *not* specified instead of when it *is* specified. — committed to conda-incubator/setup-miniconda by goanpeca 3 years ago
Absolutely, go ahead! I think I’ve already granted that permission for the PR, let me know if I haven’t.