Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
TwistedTwigleg committed May 3, 2023
1 parent 31442f1 commit 0599604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .builder/actions/aws_crt_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def run(self, env):
env.shell.setenv('AWS_TEST_S3', '1')

actions = [
[python, "-m", "pip", "install", "--upgrade", "--ignore-installed", "pip"]
[python, '-m', 'pip', 'install', '--upgrade', '--ignore-installed', 'pip'],
[python, '-m', 'pip', 'install', '--upgrade', '--requirement', 'requirements-dev.txt'],
Builder.SetupCrossCICrtEnvironment(),
[python, '-m', 'pip', 'install', '--verbose', '.'],
Expand Down

0 comments on commit 0599604

Please sign in to comment.