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

v2.2.0 SemVer requirement breaks miniconda-version #261

Open
bhperry opened this issue Nov 16, 2022 · 1 comment
Open

v2.2.0 SemVer requirement breaks miniconda-version #261

bhperry opened this issue Nov 16, 2022 · 1 comment
Assignees
Labels
type:bug Something isn't working

Comments

@bhperry
Copy link

bhperry commented Nov 16, 2022

The latest version of this action breaks pinning to specific versions of miniconda. The miniconda-version argument takes the form py37_4.9.2, which then gets rejected by the SemVer checker with a cryptic error message like this:

Run conda-incubator/setup-miniconda@v2.2.0
  with:
    miniconda-version: py37_4.9.2
    auto-update-conda: true
    activate-environment: saturn-k8s
    python-version: 3.7
    auto-activate-base: true
    remove-profiles: true
    architecture: x64
    clean-patched-environment-file: true
    run-post: true
  
Gathering Inputs...
Error: Invalid Version: py37_4.9.2

Pinned setup-miniconda back to v2.1.1 to get around the problem.

@goanpeca
Copy link
Member

Hi @bhperry, thanks for the heads up,

Will look into it!

Cheers

@goanpeca goanpeca self-assigned this Nov 17, 2022
@goanpeca goanpeca added the type:bug Something isn't working label Nov 17, 2022
atalman added a commit to pytorch/test-infra that referenced this issue Dec 30, 2022
speth added a commit to speth/conda-recipes that referenced this issue Feb 21, 2023
speth added a commit to Cantera/conda-recipes that referenced this issue Feb 22, 2023
speth added a commit to Cantera/conda-recipes that referenced this issue Feb 25, 2023
mbargull added a commit to mbargull/anaconda-project that referenced this issue Nov 3, 2023
ref: conda-incubator/setup-miniconda#261

Signed-off-by: Marcel Bargull <marcel.bargull@udo.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants