File tree 2 files changed +571
-571
lines changed
2 files changed +571
-571
lines changed Original file line number Diff line number Diff line change @@ -802,7 +802,7 @@ jobs:
802
802
apt update -y && apt install -y software-properties-common
803
803
add-apt-repository -y ppa:deadsnakes/ppa
804
804
apt update -y && apt install -y python3.9 python3.9-distutils python3-pip software-properties-common
805
- python3.10 -m pip install -U cffi
805
+ python3.9 -m pip install -U cffi
806
806
export SYNC_DEPENDENCIES_TOKEN=$REPO_GITHUB_TOKEN
807
807
bazel run @vaticle_dependencies//tool/sync:dependencies -- --source ${CIRCLE_PROJECT_REPONAME}@$(cat VERSION)
808
808
@@ -978,9 +978,9 @@ workflows:
978
978
- sync-dependencies :
979
979
filters :
980
980
branches :
981
- only : [release, one-off-sync-dependencies-bazel-run-python-path ]
982
- # requires:
983
- # - deploy-github
981
+ only : [release]
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