File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -804,7 +804,7 @@ jobs:
804
804
apt update -y && apt install -y python3.9 python3.9-distutils python3-pip software-properties-common
805
805
python3.9 -m pip install -U cffi
806
806
export SYNC_DEPENDENCIES_TOKEN=$REPO_GITHUB_TOKEN
807
- bazel run @vaticle_dependencies//tool/sync:dependencies -- --source ${CIRCLE_PROJECT_REPONAME}@$(cat VERSION)
807
+ bazel run --python_path=$(which python3.9) @vaticle_dependencies//tool/sync:dependencies -- --source ${CIRCLE_PROJECT_REPONAME}@$(cat VERSION)
808
808
809
809
release-cleanup :
810
810
executor : linux-x86_64-ubuntu-2204
@@ -978,9 +978,9 @@ workflows:
978
978
- sync-dependencies :
979
979
filters :
980
980
branches :
981
- only : [release]
982
- requires :
983
- - deploy-github
981
+ only : [release, one-off-sync-dependencies-bazel-run-python-path ]
982
+ # requires:
983
+ # - deploy-github
984
984
- release-cleanup :
985
985
filters :
986
986
branches :
You can’t perform that action at this time.
0 commit comments