We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5327974 commit 1978561Copy full SHA for 1978561
.circleci/config.yml
@@ -802,9 +802,10 @@ 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 --force-reinstall cffi
+ sudo apt-get remove -y python3-cffi-backend
806
+ python3.9 -m pip install -U cffi
807
export SYNC_DEPENDENCIES_TOKEN=$REPO_GITHUB_TOKEN
- 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)
809
810
release-cleanup:
811
executor: linux-x86_64-ubuntu-2204
0 commit comments