conda-forge / pypy3.6-feedstock

A conda-smithy repository for pypy3.6.
BSD 3-Clause "New" or "Revised" License
4 stars 13 forks source link

Fix running pypy.exe without activating #107

Closed isuruf closed 1 year ago

isuruf commented 1 year ago

Checklist

Fixes https://github.com/conda-forge/pypy3.6-feedstock/issues/101 Fixes https://github.com/conda-forge/miniforge/issues/385

conda-forge-webservices[bot] commented 1 year ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

isuruf commented 1 year ago

@mattip, can you review?

mattip commented 1 year ago

Not until after sept 9, i am away from my windows machine. Is there a way to download the artifact to test?

isuruf commented 1 year ago

The artifacs can be found at https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=774293&view=artifacts&pathAsName=false&type=publishedArtifacts

isuruf commented 1 year ago

You can also do mamba create -n pypy pypy -c isuruf/label/pypy. I checked and it does work without activating the environment.

mattip commented 1 year ago

Let’s give it a shot