We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 586c0e0 commit 7ef5f5aCopy full SHA for 7ef5f5a
.circleci/config.yml
@@ -802,10 +802,9 @@ 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
- apt-get remove -y python3-cffi-backend
806
- python3.9 -m pip install -U cffi
+ python3.10 -m pip install -U cffi
807
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)
+ bazel run @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