Skip to content

Commit

Permalink
Fix deadsnakes ppa in Circle CI sync-dependencies release job (#617)
Browse files Browse the repository at this point in the history
## Usage and product changes

Add `-y` to the `add-apt-repository` command in the Circle CI
sync-dependencies release job.
  • Loading branch information
dmitrii-ubskii authored Mar 25, 2024
1 parent 7090739 commit a96599a
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 @@ -686,7 +686,7 @@ jobs:
bazel-arch: amd64
- run: |
apt update -y && apt install -y software-properties-common
add-apt-repository ppa:deadsnakes/ppa
add-apt-repository -y ppa:deadsnakes/ppa
apt update -y && apt install -y python3.9 python3.9-distutils python3-pip software-properties-common
python3.9 -m pip install -U cffi
export SYNC_DEPENDENCIES_TOKEN=$REPO_GITHUB_TOKEN
Expand Down

0 comments on commit a96599a

Please sign in to comment.