mirror of https://github.com/nucypher/nucypher.git
Merge pull request #1740 from cygnusv/ci-optimization
Move secondary pipenv and pip jobs to nightly build (Closes #1727)pull/1742/head
commit
dea8df45ce
|
@ -5,34 +5,10 @@ workflows:
|
|||
version: 2
|
||||
test_build_deploy:
|
||||
jobs:
|
||||
- pipenv_install_36:
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
- pip_install_36:
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
- pipenv_install_37:
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
- validate_reqs_files:
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
- pip_install_37:
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
- pipenv_install_38:
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
- pip_install_38:
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
- contracts:
|
||||
context: "NuCypher Tests"
|
||||
filters:
|
||||
|
@ -223,6 +199,14 @@ workflows:
|
|||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
- pipenv_install_38:
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
- pip_install_38:
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
- statistical_tests:
|
||||
filters:
|
||||
tags:
|
||||
|
|
Loading…
Reference in New Issue