Skip to content

Commit 1978561

Browse files
apt uninstall
1 parent 5327974 commit 1978561

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

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

0 commit comments

Comments
 (0)