File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1212 - checkout
1313 - restore_cache :
1414 keys :
15- - v1-dependencies-<< parameters.python >>-{{ checksum "requirements.txt" }}-{{ checksum "requirements-dev.txt " }}
15+ - v1-dependencies-<< parameters.python >>-{{ checksum "setup.py " }}
1616 # fallback to using the latest cache if no exact match is found
1717 - v1-dependencies-<< parameters.python >>--
1818 - run :
2121 pip install virtualenv
2222 virtualenv venv
2323 source venv/bin/activate
24- pip install -r requirements.txt
25- pip install -r requirements-dev.txt
24+ pip install .[dev]
2625 - run :
2726 name : Run Unit Tests
2827 command : |
3736 - save_cache :
3837 paths :
3938 - ./venv
40- key : v1-dependencies-<< parameters.python >>-{{ checksum "requirements.txt" }}-{{ checksum "requirements-dev.txt " }}
39+ key : v1-dependencies-<< parameters.python >>-{{ checksum "setup.py " }}
4140
4241workflows :
4342 python-v2.7 :
You can’t perform that action at this time.
0 commit comments