File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ version: 2
22jobs :
33 build-python36 :
44 docker :
5- - image : python:3.6.7
5+ - image : python:3.8.11
66 working_directory : ~/repo
77 steps :
8- - run : echo "hello python 3.6.7 "
8+ - run : echo "hello python 3.8.11 "
99 - checkout
1010
1111 # Download and cache dependencies
2323 - run :
2424 name : run tests
2525 command : |
26- pip install pandas==1.1.5 numpy==1.19.4 scipy==1.5.4
2726 pip install flake8 && flake8
2827 python setup.py develop
2928 python setup.py test
@@ -34,11 +33,11 @@ jobs:
3433 key : v1-dependencies-{{ checksum "setup.py" }}
3534
3635 - store_artifacts :
37- path : test-reports3.6.7
38- destination : test-reports3.6.7
36+ path : test-reports3.8.11
37+ destination : test-reports3.8.11
3938
4039workflows :
4140 version : 2
4241 build :
4342 jobs :
44- - build-python36
43+ - build-python38
You can’t perform that action at this time.
0 commit comments