Skip to content

Commit

Permalink
updated circleci jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ngilmore committed Jan 12, 2020
1 parent 0ff790f commit 67dc20f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -82,7 +82,7 @@ jobs:
. venv/bin/activate
chmod +x ./scripts/publish_model.sh
./scripts/publish_model.sh ./packages/regression_model/
differential_tests:
test_model_differentials:
<<: *defaults
steps:
- checkout
Expand Down Expand Up @@ -133,12 +133,12 @@ workflows:
jobs:
- test_regression_model
- test_ml_api
- differential_tests
- test_model_differentials
- train_and_upload_regression_model:
requires:
- test_regression_model
- test_ml_api
- differential_tests
- test_model_differentials
filters:
branches:
only:
Expand Down

0 comments on commit 67dc20f

Please sign in to comment.