File tree Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 43
43
python -VV
44
44
python -m site
45
45
python -m pip install --upgrade pip setuptools wheel
46
- python -m pip install tox
46
+ python -m pip install tox~=3.0
47
47
48
48
- name : " Run Flake8"
49
49
if : steps.changes.outputs.code == 'true'
Original file line number Diff line number Diff line change 47
47
python -VV
48
48
python -m site
49
49
python -m pip install --upgrade pip setuptools wheel
50
- python -m pip install --upgrade tox virtualenv!=20.16.0
50
+ python -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
51
51
52
52
- name : " Run mypy"
53
53
if : steps.changes.outputs.code == 'true'
Original file line number Diff line number Diff line change 65
65
python -VV
66
66
python -m site
67
67
python -m pip install --upgrade pip setuptools wheel
68
- python -m pip install --upgrade tox virtualenv!=20.16.0
68
+ python -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
69
69
70
70
- name : " Run Tests for Python ${{ matrix.config.python-version }}"
71
71
if : steps.setup-python.outcome == 'success'
Original file line number Diff line number Diff line change 66
66
python -VV
67
67
python -m site
68
68
python -m pip install --upgrade pip setuptools wheel
69
- python -m pip install --upgrade tox virtualenv!=20.16.0
69
+ python -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
70
70
python -m pip install --upgrade coverage_pyver_pragma
71
71
72
72
- name : " Run Tests for Python ${{ matrix.config.python-version }}"
99
99
python -m pip install --upgrade "coveralls>=3.0.0" coverage_pyver_pragma
100
100
101
101
- name : " Download Coverage 🪂"
102
- uses : actions/download-artifact@v2
102
+ uses : actions/download-artifact@v3
103
103
with :
104
104
path : coverage
105
105
@@ -148,7 +148,7 @@ jobs:
148
148
if : startsWith(github.ref, 'refs/tags/')
149
149
run : |
150
150
python -m pip install --upgrade pip setuptools wheel
151
- python -m pip install --upgrade tox
151
+ python -m pip install --upgrade tox~=3.0
152
152
153
153
- name : Build distributions 📦
154
154
if : startsWith(github.ref, 'refs/tags/')
Original file line number Diff line number Diff line change 64
64
python -VV
65
65
python -m site
66
66
python -m pip install --upgrade pip setuptools wheel
67
- python -m pip install --upgrade tox virtualenv!=20.16.0
67
+ python -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
68
68
69
69
- name : " Run Tests for Python ${{ matrix.config.python-version }}"
70
70
if : steps.setup-python.outcome == 'success'
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ isolated_build = True
34
34
requires =
35
35
pip>=21,!=22.2
36
36
tox-envlist>=0.2.1
37
+ tox~=3.0
37
38
virtualenv!=20.16.0
38
39
39
40
[envlists]
You can’t perform that action at this time.
0 commit comments