File tree 4 files changed +10
-3
lines changed
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 32
32
33
33
- name : Install cibuildwheel
34
34
run : |
35
- python -m pip install cibuildwheel==1.7.0
35
+ python -m pip install -c requirements/pins.pip cibuildwheel
36
36
37
37
- name : Install Visual C++ for Python 2.7
38
38
if : runner.os == 'Windows'
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 -r requirements/ci.pip
46
+ python -m pip install -c requirements/pins.pip tox-gh-actions
46
47
47
48
- name : " Run tox for ${{ matrix.python-version }}"
48
49
shell : bash
Original file line number Diff line number Diff line change 1
1
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2
2
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
3
3
4
- # Things CI servers need to succeeed .
4
+ # Things CI servers need for running tests .
5
5
-r tox.pip
6
6
-r pytest.pip
7
7
-r wheel.pip
8
- tox-gh-actions==2.2.0
Original file line number Diff line number Diff line change
1
+ # Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2
+ # For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
3
+
4
+ # Version pins, for use as a constraints file.
5
+
6
+ cibuildwheel==1.7.0
7
+ tox-gh-actions==2.2.0
You can’t perform that action at this time.
0 commit comments