Skip to content

Commit

Permalink
fix: ci (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongtianq authored Aug 6, 2024
1 parent 71d7870 commit d68428f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
steps:
- checkout
- run:
name: "Install packages"
name: "build and test"
command: |
set -ex
apt update
Expand All @@ -63,13 +63,11 @@ jobs:
conda create -n teeapps python=3.8.10 -y
conda activate teeapps
pip install pandas xgboost statsmodels scikit-learn lightgbm
- run:
name: "build and test"
command: |
set -ex
mkdir -p ~/.ssh && ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
bazel --output_base=target build //teeapps/...
bazel --output_base=target test //teeapps/...
docker_image_publish:
docker:
- image: cimg/deploy:2023.06.1
Expand Down

0 comments on commit d68428f

Please sign in to comment.