File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -19,29 +19,23 @@ steps:
19
19
20
20
- name : install
21
21
image : *ci_image
22
+ environment :
23
+ - CHEMPY_SKIP_NO_TESTS=1
22
24
commands :
23
25
- bash -l .ci/run-01-install-deps-create-sdist.sh
26
+ - bash -l .ci/run-02-test-suite.sh
24
27
- mkdir -p deploy/public_html/branches/${CI_COMMIT_BRANCH}
25
28
- cp dist/chempy-* deploy/public_html/branches/${CI_COMMIT_BRANCH}/
26
29
27
- - name : test-suite
28
- image : *ci_image
29
- environment :
30
- - CHEMPY_SKIP_NO_TESTS=1
31
- commands :
32
- - bash -l .ci/run-02-test-suite.sh
33
- depends_on :
34
- - install
35
30
36
31
- name : render-notebooks
37
32
image : *ci_image
38
33
environment :
39
34
- CHEMPY_DEPRECATION_FILTER=ignore
40
35
commands :
36
+ - bash -l .ci/run-01-install-deps-create-sdist.sh
41
37
- bash -l .ci/run-03-render-notebooks.sh
42
38
- .ci/grep-for-binary-data.sh
43
- depends_on :
44
- - install
45
39
46
40
- name : compile-documentation
47
41
image : *ci_image
You can’t perform that action at this time.
0 commit comments