Skip to content

Commit 476fa2e

Browse files
Exporting bazel python?
1 parent b201023 commit 476fa2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,8 @@ jobs:
804804
apt update -y && apt install -y python3.9 python3.9-distutils python3-pip software-properties-common
805805
python3.9 -m pip install -U cffi
806806
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)
807+
export BAZEL_PYTHON=$(which python3.9)
808+
bazel run @vaticle_dependencies//tool/sync:dependencies -- --source ${CIRCLE_PROJECT_REPONAME}@$(cat VERSION)
808809
809810
release-cleanup:
810811
executor: linux-x86_64-ubuntu-2204

0 commit comments

Comments
 (0)