File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
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 46
46
python-version : ${{ env[matrix.python-version] }}
47
47
architecture : ' x64'
48
48
- name : Install tox
49
- run : pip install -U tox-factor
49
+ run : pip install tox==3.27.1 -U tox-factor
50
50
- name : Cache tox environment
51
51
# Preserves .tox directory between runs for faster installs
52
52
uses : actions/cache@v2
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
105
uses : actions/cache@v2
@@ -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
Original file line number Diff line number Diff line change @@ -47,12 +47,14 @@ during their normal contribution hours.
47
47
48
48
This project uses [ tox] ( https://tox.readthedocs.io ) to automate
49
49
some aspects of development, including testing against multiple Python versions.
50
- To install ` tox ` , run:
50
+ To install ` tox ` , run[ ^ 1 ] :
51
51
52
52
``` console
53
- $ pip install tox
53
+ $ pip install tox==3.27.1
54
54
```
55
55
56
+ [ ^ 1 ] : Right now we are experiencing issues with ` tox==4.x.y ` , so we recommend you use this version.
57
+
56
58
You can run ` tox ` with the following arguments:
57
59
58
60
- ` tox ` to run all existing tox commands, including unit tests for all packages
You can’t perform that action at this time.
0 commit comments