Skip to content

Commit

Permalink
fix: dont use sudo for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Feb 1, 2023
1 parent 701f849 commit 74f192b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -60,7 +60,7 @@ jobs:
- run: ls
- run:
name: Install awscli
command: sudo pip install awscli
command: pip install awscli
- run:
name: Deploy to S3
command: aws s3 mv src/schema.json s3://meta.open-rpc.org/latest.json
Expand Down

0 comments on commit 74f192b

Please sign in to comment.