File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
python-version : ${{ env[matrix.python-version] }}
26
26
architecture : ' x64'
27
27
- name : Install tox
28
- run : pip install tox -U tox-factor
28
+ run : pip install tox
29
29
- name : Cache tox environment
30
30
# Preserves .tox directory between runs for faster installs
31
31
uses : actions/cache@v2
Original file line number Diff line number Diff line change 34
34
python-version : ' 3.10'
35
35
36
36
- name : Install tox
37
- run : pip install tox -U tox-factor
37
+ run : pip install tox
38
38
39
39
- name : Public API Check
40
40
run : tox -e public-symbols-check
Original file line number Diff line number Diff line change 68
68
python-version : ${{ env[matrix.python-version] }}
69
69
architecture : ' x64'
70
70
- name : Install tox
71
- run : pip install tox -U tox-factor
71
+ run : pip install tox
72
72
- name : Cache tox environment
73
73
# Preserves .tox directory between runs for faster installs
74
74
uses : actions/cache@v2
@@ -192,7 +192,7 @@ jobs:
192
192
python-version : ${{ env[matrix.python-version] }}
193
193
architecture : ' x64'
194
194
- name : Install tox
195
- run : pip install tox -U tox-factor
195
+ run : pip install tox
196
196
- name : Cache tox environment
197
197
# Preserves .tox directory between runs for faster installs
198
198
uses : actions/cache@v2
You can’t perform that action at this time.
0 commit comments