File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 python-version : ${{ env[matrix.python-version] }}
2626 architecture : ' x64'
2727 - name : Install tox
28- run : pip install tox -U tox-factor
28+ run : pip install tox
2929 - name : Cache tox environment
3030 # Preserves .tox directory between runs for faster installs
3131 uses : actions/cache@v2
Original file line number Diff line number Diff line change 3434 python-version : ' 3.10'
3535
3636 - name : Install tox
37- run : pip install tox -U tox-factor
37+ run : pip install tox
3838
3939 - name : Public API Check
4040 run : tox -e public-symbols-check
Original file line number Diff line number Diff line change 6868 python-version : ${{ env[matrix.python-version] }}
6969 architecture : ' x64'
7070 - name : Install tox
71- run : pip install tox -U tox-factor
71+ run : pip install tox
7272 - name : Cache tox environment
7373 # Preserves .tox directory between runs for faster installs
7474 uses : actions/cache@v2
@@ -192,7 +192,7 @@ jobs:
192192 python-version : ${{ env[matrix.python-version] }}
193193 architecture : ' x64'
194194 - name : Install tox
195- run : pip install tox -U tox-factor
195+ run : pip install tox
196196 - name : Cache tox environment
197197 # Preserves .tox directory between runs for faster installs
198198 uses : actions/cache@v2
You can’t perform that action at this time.
0 commit comments