Skip to content

fix(submit) - pip build on windows command causing unintended consequence on posix #236

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

Merged
merged 4 commits into from
Jan 6, 2023

Conversation

mmaeng
Copy link
Contributor

@mmaeng mmaeng commented Dec 19, 2022

Closes #235

Non docker - python requirements build on Windows requires shell parameter for subprocess.run. This causes non-docker builds on POSIX systems to not gather dependencies. Changed to use altered statement only on windows.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@mmaeng mmaeng merged commit c8fe67a into aws-cloudformation:master Jan 6, 2023
@mmaeng mmaeng deleted the issue235 branch January 6, 2023 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

It looks like the upgrade to 2.1.6 has broken dependency installation in cfn submit --dry-run
3 participants