We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b201023 commit 476fa2eCopy full SHA for 476fa2e
.circleci/config.yml
@@ -804,7 +804,8 @@ jobs:
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
806
export SYNC_DEPENDENCIES_TOKEN=$REPO_GITHUB_TOKEN
807
- bazel run --python_path=$(which python3.9) @vaticle_dependencies//tool/sync:dependencies -- --source ${CIRCLE_PROJECT_REPONAME}@$(cat VERSION)
+ export BAZEL_PYTHON=$(which python3.9)
808
+ 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