Skip to content

Commit 7ef5f5a

Browse files
Just use python 3.10
1 parent 586c0e0 commit 7ef5f5a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -802,10 +802,9 @@ 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-
apt-get remove -y python3-cffi-backend
806-
python3.9 -m pip install -U cffi
805+
python3.10 -m pip install -U cffi
807806
export SYNC_DEPENDENCIES_TOKEN=$REPO_GITHUB_TOKEN
808-
bazel run --python_path=$(which python3.9) @vaticle_dependencies//tool/sync:dependencies -- --source ${CIRCLE_PROJECT_REPONAME}@$(cat VERSION)
807+
bazel run @vaticle_dependencies//tool/sync:dependencies -- --source ${CIRCLE_PROJECT_REPONAME}@$(cat VERSION)
809808
810809
release-cleanup:
811810
executor: linux-x86_64-ubuntu-2204

0 commit comments

Comments
 (0)