File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -16,22 +16,22 @@ jobs:
16
16
# fallback to using the latest cache if no exact match is found
17
17
- v1-dependencies-<< parameters.python >>--
18
18
- run :
19
- name : Install Dependencies
20
- command : |
21
- python3 -m venv venv
22
- . venv/bin/activate
23
- pip install -r requirements.txt
24
- pip install -r requirements-dev.txt
19
+ name : Install Dependencies
20
+ command : |
21
+ python3 -m venv venv
22
+ . venv/bin/activate
23
+ pip install -r requirements.txt
24
+ pip install -r requirements-dev.txt
25
25
- run :
26
- name : Run Unit Tests
27
- command : |
28
- . venv/bin/activate
29
- nose2 -v
26
+ name : Run Unit Tests
27
+ command : |
28
+ . venv/bin/activate
29
+ nose2 -v
30
30
- run :
31
- name : Run Unit Tests
32
- command : |
33
- . venv/bin/activate
34
- flake8
31
+ name : Run Unit Tests
32
+ command : |
33
+ . venv/bin/activate
34
+ flake8
35
35
36
36
- save_cache :
37
37
paths :
You can’t perform that action at this time.
0 commit comments