We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e5ab4d commit 5327974Copy full SHA for 5327974
.circleci/config.yml
@@ -802,9 +802,8 @@ jobs:
802
apt update -y && apt install -y software-properties-common
803
add-apt-repository -y ppa:deadsnakes/ppa
804
apt update -y && apt install -y python3.9 python3.9-distutils python3-pip software-properties-common
805
- python3.9 -m pip install -U cffi
+ python3.9 -m pip install -U --force-reinstall cffi
806
export SYNC_DEPENDENCIES_TOKEN=$REPO_GITHUB_TOKEN
807
- export BAZEL_PYTHON=$(which python3.9)
808
bazel run @vaticle_dependencies//tool/sync:dependencies -- --source ${CIRCLE_PROJECT_REPONAME}@$(cat VERSION)
809
810
release-cleanup:
0 commit comments