File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v4
17
17
- name : Setup python
18
- uses : actions/setup-python@v2
18
+ uses : actions/setup-python@v4
19
19
with :
20
20
python-version : ${{ matrix.python }}
21
21
cache : pip
43
43
extra_name : ' , check formatting'
44
44
steps :
45
45
- name : Checkout
46
- uses : actions/checkout@v2
46
+ uses : actions/checkout@v4
47
47
- name : Setup python
48
- uses : actions/setup-python@v2
48
+ uses : actions/setup-python@v4
49
49
if : " !endsWith(matrix.python, '-dev')"
50
50
with :
51
51
python-version : ${{ matrix.python }}
73
73
python : ['3.7', '3.8', '3.9', '3.10']
74
74
steps :
75
75
- name : Checkout
76
- uses : actions/checkout@v2
76
+ uses : actions/checkout@v4
77
77
- name : Setup python
78
- uses : actions/setup-python@v2
78
+ uses : actions/setup-python@v4
79
79
with :
80
80
python-version : ${{ matrix.python }}
81
81
cache : pip
Original file line number Diff line number Diff line change 4
4
5
5
YAPF_VERSION=0.20.1
6
6
7
- pip install -U pip setuptools wheel
7
+ python -m pip install -U pip setuptools wheel
8
8
9
9
python setup.py sdist --formats=zip
10
10
pip install dist/* .zip
You can’t perform that action at this time.
0 commit comments