We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7090739 commit a96599aCopy full SHA for a96599a
.circleci/config.yml
@@ -686,7 +686,7 @@ jobs:
686
bazel-arch: amd64
687
- run: |
688
apt update -y && apt install -y software-properties-common
689
- add-apt-repository ppa:deadsnakes/ppa
+ add-apt-repository -y ppa:deadsnakes/ppa
690
apt update -y && apt install -y python3.9 python3.9-distutils python3-pip software-properties-common
691
python3.9 -m pip install -U cffi
692
export SYNC_DEPENDENCIES_TOKEN=$REPO_GITHUB_TOKEN
0 commit comments