File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333 python-version : ${{ matrix.python-version }}
3434 - name : Install dependencies
3535 run : |
36- pip install -U pip setuptools wheel
36+ pip install -U pip " setuptools<79.0.0" wheel
3737 SETUPTOOLS_ENABLE_FEATURES=legacy-editable pip install -r ./requirements.txt
3838 - name : Run mypy on plugin code
3939 run : mypy --strict mypy_drf_plugin
6161 python-version : ${{ matrix.python-version }}
6262 - name : Install dependencies
6363 run : |
64- pip install -U pip setuptools wheel
64+ pip install -U pip " setuptools<79.0.0" wheel
6565 SETUPTOOLS_ENABLE_FEATURES=legacy-editable pip install -r ./requirements.txt
6666
6767 - name : Run tests
8787 python-version : ${{ matrix.python-version }}
8888 - name : Install dependencies
8989 run : |
90- pip install -U pip setuptools wheel
90+ pip install -U pip " setuptools<79.0.0" wheel
9191 SETUPTOOLS_ENABLE_FEATURES=legacy-editable pip install -r ./requirements.txt
9292
9393 - name : Run stubtest
Original file line number Diff line number Diff line change @@ -41,4 +41,4 @@ split-on-trailing-comma = false
4141extra-standard-library = [" _typeshed" ]
4242
4343[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