Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc committed Dec 10, 2023
1 parent b7a73b6 commit ac4d774
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit ac4d774

Please sign in to comment.