You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In conda-build, variant values are set as env vars in build and test scripts. #1056 reported this for build scripts which appears to be fixed by #1088, but only for build scripts. Test scripts appear to still lack these env vars.
I can work around this with:
test:
script:
file: script-nameenv:
name: ${{ name }}
for any variables I use in the test, but I'm not sure if the inconsistency is intentional.
The text was updated successfully, but these errors were encountered:
In conda-build, variant values are set as env vars in build and test scripts. #1056 reported this for build scripts which appears to be fixed by #1088, but only for build scripts. Test scripts appear to still lack these env vars.
I can work around this with:
for any variables I use in the test, but I'm not sure if the inconsistency is intentional.
The text was updated successfully, but these errors were encountered: