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:
1616 # fallback to using the latest cache if no exact match is found
1717 - v1-dependencies-<< parameters.python >>--
1818 - 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
2525 - 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
3030 - 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
3535
3636 - save_cache :
3737 paths :
You can’t perform that action at this time.
0 commit comments