File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- uses : actions/checkout@v2
13
- - name : Set up Python 3.6
13
+ - name : Set up Python 3.7
14
14
uses : actions/setup-python@v2
15
15
with :
16
- python-version : 3.6
16
+ python-version : 3.7
17
17
- name : Install Python dependencies
18
18
run : pip install -e .[test,dev]
19
19
- name : Run Integration Tests
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- uses : actions/checkout@v2
10
- - name : Set up Python 3.6
10
+ - name : Set up Python 3.7
11
11
uses : actions/setup-python@v2
12
12
with :
13
- python-version : 3.6
13
+ python-version : 3.7
14
14
- name : Install Python dependencies
15
15
run : pip install -e .[quality]
16
16
- name : Run Quality check
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- uses : actions/checkout@v2
10
- - name : Set up Python 3.6
10
+ - name : Set up Python 3.7
11
11
uses : actions/setup-python@v2
12
12
with :
13
- python-version : 3.6
13
+ python-version : 3.7
14
14
- name : Install Python dependencies
15
15
run : pip install -e .[test,dev]
16
16
- name : Run Unit Tests
You can’t perform that action at this time.
0 commit comments