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 33
33
python-version : ${{ matrix.python-version }}
34
34
- name : Install dependencies
35
35
run : |
36
- pip install -U pip setuptools wheel
36
+ pip install -U pip " setuptools<79.0.0" wheel
37
37
SETUPTOOLS_ENABLE_FEATURES=legacy-editable pip install -r ./requirements.txt
38
38
- name : Run mypy on plugin code
39
39
run : mypy --strict mypy_drf_plugin
61
61
python-version : ${{ matrix.python-version }}
62
62
- name : Install dependencies
63
63
run : |
64
- pip install -U pip setuptools wheel
64
+ pip install -U pip " setuptools<79.0.0" wheel
65
65
SETUPTOOLS_ENABLE_FEATURES=legacy-editable pip install -r ./requirements.txt
66
66
67
67
- name : Run tests
87
87
python-version : ${{ matrix.python-version }}
88
88
- name : Install dependencies
89
89
run : |
90
- pip install -U pip setuptools wheel
90
+ pip install -U pip " setuptools<79.0.0" wheel
91
91
SETUPTOOLS_ENABLE_FEATURES=legacy-editable pip install -r ./requirements.txt
92
92
93
93
- name : Run stubtest
Original file line number Diff line number Diff line change @@ -41,4 +41,4 @@ split-on-trailing-comma = false
41
41
extra-standard-library = [" _typeshed" ]
42
42
43
43
[build-system ]
44
- requires = [" setuptools" , " wheel" ]
44
+ requires = [" setuptools<79.0.0 " , " wheel" ]
You can’t perform that action at this time.
0 commit comments