Skip to content

Commit

Permalink
Merge pull request #158 from DerThorsten/master
Browse files Browse the repository at this point in the history
ci cleanup
  • Loading branch information
DerThorsten authored Mar 22, 2019
2 parents e45e385 + 94ceda8 commit bd33875
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +56,6 @@ jobs:
- *save_cache
- *store_artifacts

# test only the newly added model
test_new_models_shared_env:
<<: *defaults
steps:
- *install_sys_deps
- *install_gitlfs
- *restore_cache
- checkout
- *setup
- run:
name: run tests in common environmnets
command: kipoi test-source kipoi --git-range master HEAD --common_env
- *save_cache
- *store_artifacts

# test all models in the repo
test_all_models:
<<: *defaults
Expand Down Expand Up @@ -112,14 +97,6 @@ workflows:
ignore:
- master
- test_all
test-shared-new-branch:
jobs:
- test_new_models_shared_env:
filters:
branches:
only:
- test_new_shared

test-all-branch:
jobs:
- test_all_models:
Expand Down

0 comments on commit bd33875

Please sign in to comment.