File tree 4 files changed +0
-32
lines changed
4 files changed +0
-32
lines changed Original file line number Diff line number Diff line change 39
39
python -m pip install --upgrade pip wheel
40
40
python -m pip install --upgrade tox
41
41
42
- # <https://github.com/kevin1024/vcrpy/issues/855>
43
- # <https://github.com/pypa/setuptools/issues/4519>
44
- - name : Unbreak vcrpy install
45
- run : |
46
- echo 'setuptools<72' > /tmp/pip-constraint.txt
47
- echo PIP_CONSTRAINT=/tmp/pip-constraint.txt >> "$GITHUB_ENV"
48
-
49
42
- name : Build docs
50
43
run : tox -e docs
Original file line number Diff line number Diff line change @@ -12,27 +12,16 @@ jobs:
12
12
uses : actions/checkout@v4
13
13
with :
14
14
fetch-depth : 0
15
-
16
15
- name : Set up Python
17
16
uses : actions/setup-python@v5
18
17
with :
19
18
python-version : ' 3.8'
20
-
21
19
- name : Install dependencies
22
20
run : |
23
21
python -m pip install --upgrade pip
24
22
python -m pip install --upgrade tox
25
-
26
23
# Annotate codespell within PR
27
24
- uses : codespell-project/codespell-problem-matcher@v1
28
-
29
- # <https://github.com/kevin1024/vcrpy/issues/855>
30
- # <https://github.com/pypa/setuptools/issues/4519>
31
- - name : Unbreak vcrpy install
32
- run : |
33
- echo 'setuptools<72' > /tmp/pip-constraint.txt
34
- echo PIP_CONSTRAINT=/tmp/pip-constraint.txt >> "$GITHUB_ENV"
35
-
36
25
- name : Run linters
37
26
run : |
38
27
tox -e lint
Original file line number Diff line number Diff line change 63
63
with :
64
64
python-version : ${{ matrix.python }}
65
65
66
- # <https://github.com/kevin1024/vcrpy/issues/855>
67
- # <https://github.com/pypa/setuptools/issues/4519>
68
- - name : Unbreak vcrpy install
69
- run : |
70
- echo 'setuptools<72' > /tmp/pip-constraint.txt
71
- echo PIP_CONSTRAINT=/tmp/pip-constraint.txt >> "$GITHUB_ENV"
72
-
73
66
- name : Install dependencies
74
67
run : |
75
68
python -m pip install --upgrade pip wheel
Original file line number Diff line number Diff line change 23
23
python -m pip install --upgrade pip
24
24
python -m pip install --upgrade tox
25
25
26
- # <https://github.com/kevin1024/vcrpy/issues/855>
27
- # <https://github.com/pypa/setuptools/issues/4519>
28
- - name : Unbreak vcrpy install
29
- run : |
30
- echo 'setuptools<72' > /tmp/pip-constraint.txt
31
- echo PIP_CONSTRAINT=/tmp/pip-constraint.txt >> "$GITHUB_ENV"
32
-
33
26
- name : Run type checker
34
27
run : tox -e typing
You can’t perform that action at this time.
0 commit comments