Skip to content

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

Merged
mmaeng merged 4 commits intoaws-cloudformation:masterfrom
mmaeng:issue235
Jan 6, 2023
Merged

fix(submit) - pip build on windows command causing unintended consequence on posix#236
mmaeng merged 4 commits intoaws-cloudformation:masterfrom
mmaeng:issue235

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