Skip to content

Commit a96599a

Browse files
Fix deadsnakes ppa in Circle CI sync-dependencies release job (#617)
## Usage and product changes Add `-y` to the `add-apt-repository` command in the Circle CI sync-dependencies release job.
1 parent 7090739 commit a96599a

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
@@ -686,7 +686,7 @@ jobs:
686686
bazel-arch: amd64
687687
- run: |
688688
apt update -y && apt install -y software-properties-common
689-
add-apt-repository ppa:deadsnakes/ppa
689+
add-apt-repository -y ppa:deadsnakes/ppa
690690
apt update -y && apt install -y python3.9 python3.9-distutils python3-pip software-properties-common
691691
python3.9 -m pip install -U cffi
692692
export SYNC_DEPENDENCIES_TOKEN=$REPO_GITHUB_TOKEN

0 commit comments

Comments
 (0)