File tree Expand file tree Collapse file tree 7 files changed +19
-19
lines changed Expand file tree Collapse file tree 7 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
19
19
- name : Checkout Code
20
20
uses : actions/checkout@v2
21
21
22
- - name : Set up Python 3.6
23
- uses : actions/setup-python@v2
22
+ - name : Set up Python 3.8
23
+ uses : actions/setup-python@v3
24
24
with :
25
- python-version : 3.6
25
+ python-version : 3.8
26
26
27
27
- name : Install dependencies
28
28
run : |
Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ jobs:
48
48
uses : actions/setup-node@v2
49
49
with :
50
50
node-version : ${{ steps.node.outputs.version }}
51
- - name : Set up Python 3.6
51
+ - name : Set up Python 3.8
52
52
uses : actions/setup-python@v3
53
53
with :
54
- python-version : 3.6
54
+ python-version : 3.8
55
55
- name : Install dependencies
56
56
run : |
57
57
pip install "solc-select>=v1.0.0b1"
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v1
17
- - name : Set up Python 3.6
18
- uses : actions/setup-python@v1
17
+ - name : Set up Python 3.8
18
+ uses : actions/setup-python@v3
19
19
with :
20
- python-version : 3.6
20
+ python-version : 3.8
21
21
- name : Run Tests
22
22
run : |
23
23
bash scripts/ci_darglint.sh
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
26
26
run : |
27
27
echo 'C:\msys64\mingw64\bin' >> "$GITHUB_PATH"
28
28
echo 'C:\msys64\usr\bin' >> "$GITHUB_PATH"
29
- - name : Set up Python 3.6
29
+ - name : Set up Python 3.8
30
30
uses : actions/setup-python@v3
31
31
with :
32
- python-version : 3.6
32
+ python-version : 3.8
33
33
- name : Install dependencies
34
34
run : |
35
35
pip install "solc-select>=v1.0.0b1"
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
19
19
- name : Checkout Code
20
20
uses : actions/checkout@v2
21
21
22
- - name : Set up Python 3.6
23
- uses : actions/setup-python@v2
22
+ - name : Set up Python 3.8
23
+ uses : actions/setup-python@v3
24
24
with :
25
- python-version : 3.6
25
+ python-version : 3.8
26
26
27
27
- name : Install dependencies
28
28
run : |
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
19
19
- name : Checkout Code
20
20
uses : actions/checkout@v2
21
21
22
- - name : Set up Python 3.6
23
- uses : actions/setup-python@v2
22
+ - name : Set up Python 3.8
23
+ uses : actions/setup-python@v3
24
24
with :
25
- python-version : 3.6
25
+ python-version : 3.8
26
26
27
27
- name : Install dependencies
28
28
run : |
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
19
19
- name : Checkout Code
20
20
uses : actions/checkout@v2
21
21
22
- - name : Set up Python 3.6
23
- uses : actions/setup-python@v2
22
+ - name : Set up Python 3.8
23
+ uses : actions/setup-python@v3
24
24
with :
25
- python-version : 3.6
25
+ python-version : 3.8
26
26
27
27
- name : Install dependencies
28
28
run : |
You can’t perform that action at this time.
0 commit comments