File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- uses : actions/checkout@v3
23
- - uses : actions/setup-python@v3
23
+ - uses : actions/setup-python@v4
24
+ with :
25
+ python-version : " 3.x"
24
26
- uses : pre-commit/action@v3.0.0
25
27
- name : Check manifest
26
28
run : pipx run nox -s check_manifest
40
42
timeout-minutes : 180
41
43
steps :
42
44
- uses : actions/checkout@v3
43
- - uses : actions/setup-python@v3
45
+ - uses : actions/setup-python@v4
44
46
name : Install Python ${{ matrix.python_version }}
45
47
with :
46
48
python-version : ${{ matrix.python_version }}
77
79
timeout-minutes : 180
78
80
steps :
79
81
- uses : actions/checkout@v3
80
- - uses : actions/setup-python@v3
82
+ - uses : actions/setup-python@v4
83
+ with :
84
+ python-version : " 3.x"
81
85
- name : Install dependencies
82
86
run : |
83
87
python -m pip install ".[test]"
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v3
15
- - uses : actions/setup-python@v3
15
+ - uses : actions/setup-python@v4
16
16
with :
17
17
python-version : " 3.11-dev"
18
18
- uses : excitedleigh/setup-nox@v2.1.0
You can’t perform that action at this time.
0 commit comments