Skip to content

Commit

Permalink
Update awscli installation to --no-build-isolation
Browse files Browse the repository at this point in the history
See aws/aws-cli#8036 for details
  • Loading branch information
kshitijc authored Jul 17, 2023
1 parent 87acedb commit 664d8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- python=3.10
- pip:
- botocore==1.29.65
- awscli==1.27.65
- awscli==1.27.65 --install-option='--no-build-isolation'
- boto3==1.26.64
- amazon-braket-default-simulator==1.16.0
- amazon-braket-pennylane-plugin==1.17.0
Expand Down

0 comments on commit 664d8c2

Please sign in to comment.