File tree 4 files changed +12
-12
lines changed 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ runs:
15
15
node-version : ${{ inputs.node_version }}
16
16
cache : ' npm'
17
17
18
- # Minimum supported version is Python 3.7
19
- - name : Use Python 3.7
18
+ # Minimum supported version is Python 3.6
19
+ - name : Use Python 3.6
20
20
uses : actions/setup-python@v4
21
21
with :
22
- python-version : 3.7
22
+ python-version : 3.6
23
23
24
24
- name : Pip cache
25
25
uses : actions/cache@v3
Original file line number Diff line number Diff line change 30
30
- name : Install Python
31
31
uses : actions/setup-python@v4
32
32
with :
33
- python-version : ' 3.7 '
33
+ python-version : ' 3.6 '
34
34
35
35
- name : Pip cache
36
36
uses : actions/cache@v3
Original file line number Diff line number Diff line change @@ -45,18 +45,18 @@ jobs:
45
45
fail-fast : false
46
46
matrix :
47
47
os : [ubuntu-latest, windows-latest]
48
- python : ['3.7 ']
48
+ python : ['3.6 ']
49
49
50
50
steps :
51
51
- name : Checkout
52
52
uses : actions/checkout@v3
53
53
with :
54
54
path : ${{ env.special-working-directory-relative }}
55
55
56
- - name : Use Python 3.7
56
+ - name : Use Python 3.6
57
57
uses : actions/setup-python@v3
58
58
with :
59
- python-version : ' 3.7 '
59
+ python-version : ' 3.6 '
60
60
61
61
- name : Update pip, install pipx and install wheel
62
62
run : python -m pip install -U pip pipx wheel
77
77
- name : Install dependencies (npm ci)
78
78
run : npm ci
79
79
80
- # Now that the bundle is installed to target using python 3.7
80
+ # Now that the bundle is installed to target using python 3.6
81
81
# switch back the python we want to test with
82
82
- name : Use Python ${{ matrix.python }}
83
83
uses : actions/setup-python@v3
Original file line number Diff line number Diff line change @@ -50,18 +50,18 @@ jobs:
50
50
fail-fast : false
51
51
matrix :
52
52
os : [ubuntu-latest, windows-latest]
53
- python : ['3.7 ']
53
+ python : ['6 ']
54
54
55
55
steps :
56
56
- name : Checkout
57
57
uses : actions/checkout@v3
58
58
with :
59
59
path : ${{ env.special-working-directory-relative }}
60
60
61
- - name : Use Python 3.7
61
+ - name : Use Python 3.6
62
62
uses : actions/setup-python@v3
63
63
with :
64
- python-version : ' 3.7 '
64
+ python-version : ' 3.6 '
65
65
66
66
- name : Update pip, install pipx and install wheel
67
67
run : python -m pip install -U pip pipx wheel
82
82
- name : Install dependencies (npm ci)
83
83
run : npm ci
84
84
85
- # Now that the bundle is installed to target using python 3.7
85
+ # Now that the bundle is installed to target using python 3.6
86
86
# switch back the python we want to test with
87
87
- name : Use Python ${{ matrix.python }}
88
88
uses : actions/setup-python@v3
You can’t perform that action at this time.
0 commit comments