RobinMaas95

Results 3 comments of RobinMaas95

I got the same error on a linux runner when my private key was not correct (unintentional linebreak). Generating a new one in the app settings (just to be sure)...

Thats a good point! I guess the loop option in conda allowes you do "copy over" the package names, but its on your own risk that the package names work....

That's the solution I'm implemented for us for now. Having a small python script which generates the recipe.yaml based on the dependencies in the `pyproject.yaml` and some other predefined stuff...