[skip ci] move to activation json#495
Conversation
|
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipe/meta.yaml:
For recipe/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/23801066421. Examine the logs at this URL for more detail. |
|
don't you want to bump the build number? |
|
What about merging it into #496? Then we can skip having two builds that solve related issues. |
The activation scripts were pretty weird and broken.
The "backup" was never useful (we never overwrote the flags anyways).
The
sedcommand didn't work on Windows.This is an attempt to use the
env_vars.dJSON files instead and write the values properly using a little Python helper script.