Skip to content

Commit b9b076f

Browse files
Remove sudo
1 parent 1978561 commit b9b076f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ jobs:
802802
apt update -y && apt install -y software-properties-common
803803
add-apt-repository -y ppa:deadsnakes/ppa
804804
apt update -y && apt install -y python3.9 python3.9-distutils python3-pip software-properties-common
805-
sudo apt-get remove -y python3-cffi-backend
805+
apt-get remove -y python3-cffi-backend
806806
python3.9 -m pip install -U cffi
807807
export SYNC_DEPENDENCIES_TOKEN=$REPO_GITHUB_TOKEN
808808
bazel run --python-path=$(which python3.9) @vaticle_dependencies//tool/sync:dependencies -- --source ${CIRCLE_PROJECT_REPONAME}@$(cat VERSION)

0 commit comments

Comments
 (0)