Skip to content

Commit 59591ee

Browse files
python_path, new dependencies, apt reintall python3-cffi-backend
1 parent b9b076f commit 59591ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ jobs:
805805
apt-get remove -y python3-cffi-backend
806806
python3.9 -m pip install -U cffi
807807
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)
808+
bazel run --python_path=$(which python3.9) @vaticle_dependencies//tool/sync:dependencies -- --source ${CIRCLE_PROJECT_REPONAME}@$(cat VERSION)
809809
810810
release-cleanup:
811811
executor: linux-x86_64-ubuntu-2204

0 commit comments

Comments
 (0)