Skip to content

Commit

Permalink
add sudoer command in due to error permission denied
Browse files Browse the repository at this point in the history
  • Loading branch information
moseslgz committed Dec 19, 2018
1 parent 1076af7 commit 0f06b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# Install Lizard
- run:
name: run tests
command: apt-get -y update && apt-get -y upgrade && apt-get install -y python3-pip && pip3 install lizard --upgrade
command: sudo apt-get -y update && sudo apt-get -y upgrade && sudo apt-get install -y python3-pip && sudo pip3 install lizard --upgrade

# run lizard tests
- run:
Expand Down

0 comments on commit 0f06b30

Please sign in to comment.