We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b076f commit 59591eeCopy full SHA for 59591ee
.circleci/config.yml
@@ -805,7 +805,7 @@ jobs:
805
apt-get remove -y python3-cffi-backend
806
python3.9 -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 --python_path=$(which python3.9) @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