File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
python-version : 3.9
35
35
36
36
- name : Install tox
37
- run : pip install -U tox-factor
37
+ run : pip install tox==3.27.1 -U tox-factor
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 @@ -99,10 +99,10 @@ jobs:
99
99
python-version : 3.9
100
100
architecture : ' x64'
101
101
- name : Install tox
102
- run : pip install -U tox
102
+ run : pip install tox==3.27.1
103
103
- name : Cache tox environment
104
104
# Preserves .tox directory between runs for faster installs
105
- uses : actions/cache@v1
105
+ uses : actions/cache@v2
106
106
with :
107
107
path : |
108
108
.tox
@@ -142,7 +142,7 @@ jobs:
142
142
python-version : ${{ env[matrix.python-version] }}
143
143
architecture : ' x64'
144
144
- name : Install tox
145
- run : pip install -U tox-factor
145
+ run : pip install tox==3.27.1 -U tox-factor
146
146
- name : Cache tox environment
147
147
# Preserves .tox directory between runs for faster installs
148
148
uses : actions/cache@v2
You can’t perform that action at this time.
0 commit comments