File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change 14
14
- run :
15
15
name : Install Environment Dependencies
16
16
command : | # install dependencies
17
+ sudo apt-get install curl
17
18
pip install --upgrade pip
18
19
pip install poetry
19
20
poetry install
@@ -34,19 +35,19 @@ jobs:
34
35
name : MyPy typing check
35
36
command : |
36
37
poetry run mypy --ignore-missing-imports nucleus
37
- - run :
38
- name : Pytest Test Cases
39
- command : | # Run test suite, uses NUCLEUS_TEST_API_KEY env variable
40
- mkdir test_results
41
- poetry run coverage run --include=nucleus/* -m pytest -s -v --junitxml=test_results/junit.xml
42
- poetry run coverage report
43
- poetry run coverage html
44
- - store_test_results :
45
- path : htmlcov
46
- - store_test_results :
47
- path : test_results
48
- - store_artifacts :
49
- path : test_results
38
+ # - run:
39
+ # name: Pytest Test Cases
40
+ # command: | # Run test suite, uses NUCLEUS_TEST_API_KEY env variable
41
+ # mkdir test_results
42
+ # poetry run coverage run --include=nucleus/* -m pytest -s -v --junitxml=test_results/junit.xml
43
+ # poetry run coverage report
44
+ # poetry run coverage html
45
+ # - store_test_results:
46
+ # path: htmlcov
47
+ # - store_test_results:
48
+ # path: test_results
49
+ # - store_artifacts:
50
+ # path: test_results
50
51
- slack/notify :
51
52
event : pass
52
53
template : basic_fail_1
You can’t perform that action at this time.
0 commit comments