Skip to content

Commit 5327974

Browse files
Force reinstall pip
1 parent 0e5ab4d commit 5327974

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -802,9 +802,8 @@ 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 cffi
805+
python3.9 -m pip install -U --force-reinstall cffi
806806
export SYNC_DEPENDENCIES_TOKEN=$REPO_GITHUB_TOKEN
807-
export BAZEL_PYTHON=$(which python3.9)
808807
bazel run @vaticle_dependencies//tool/sync:dependencies -- --source ${CIRCLE_PROJECT_REPONAME}@$(cat VERSION)
809808
810809
release-cleanup:

0 commit comments

Comments
 (0)