From ac4d774707581e334ae43b68d66cd089af62c03f Mon Sep 17 00:00:00 2001 From: anakinxc Date: Sun, 10 Dec 2023 15:23:02 +0800 Subject: [PATCH] fix build --- .circleci/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/test.yml b/.circleci/test.yml index 756bf73..ea16c6f 100644 --- a/.circleci/test.yml +++ b/.circleci/test.yml @@ -54,7 +54,9 @@ jobs: command: sh ../devtools/decompress-build-cache.sh psi_build_cache - run: name: "build" - command: bazel build //... -c opt --ui_event_filters=-info,-debug,-warning --disk_cache=~/.cache/psi_build_cache --jobs 20 + command: | + source ~/miniconda3/bin/activate base + bazel build //... -c opt --ui_event_filters=-info,-debug,-warning --disk_cache=~/.cache/psi_build_cache --jobs 20 - run: name: "test" command: |