-
Notifications
You must be signed in to change notification settings - Fork 174
correct extra files ref issue introduced in 0c80f9b #942
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
Conversation
We require contributors to sign our Contributor License Agreement and we don't have one on file for @NixM0nk3y. In order for us to review and merge your code, please e-sign the Contributor License Agreement PDF. We then need to manually verify your signature, merge the PR (conda/infrastructure#1117), and ping the bot to refresh the PR. |
Hm, I wonder why the tests didn't catch that if that's indeed the bug 🤔 Let's see. |
A quick scan over the testing , could be wrong but I dont see |
I agree with that assessment. Can you add this to the environment in the test workflow? I will run the workflow afterwards. Thanks for catching that! |
This looks good to me overall - once the CLA is signed and pushed through, I will approve and merge. |
Co-authored-by: jaimergp <jaimergp@users.noreply.github.com>
08e967f
to
222833b
Compare
Description
Building windows installers using the latest version of constructor (3.11.1) has broken
extra_files
. Reverting to 3.11.0 solves the issues. This looks to have been introduced in 0c80f9b with the recent jinga changes and the casing of the extra_files var was changed.Checklist - did you ...
news
directory (using the template) for the next release's release notes?