3030 python-version : ${{ matrix.python-version }}
3131 - name : Install dependencies
3232 run : |
33- pip install -U pip setuptools wheel
33+ pip install -U pip " setuptools<79.0.0" wheel
3434 SETUPTOOLS_ENABLE_FEATURES=legacy-editable pip install -r ./requirements.txt
3535
3636 - name : Run mypy on plugin code
6363 python-version : ${{ matrix.python-version }}
6464 - name : Install dependencies
6565 run : |
66- pip install -U pip setuptools wheel
66+ pip install -U pip " setuptools<79.0.0" wheel
6767 SETUPTOOLS_ENABLE_FEATURES=legacy-editable pip install -r ./requirements.txt
6868
6969 # Must match `shard` definition in the test matrix:
9191 python-version : ${{ matrix.python-version }}
9292 - name : Install dependencies
9393 run : |
94- pip install -U pip setuptools wheel
94+ pip install -U pip " setuptools<79.0.0" wheel
9595 SETUPTOOLS_ENABLE_FEATURES=legacy-editable pip install -r ./requirements.txt
9696
9797 - name : Run stubtest
@@ -112,7 +112,7 @@ jobs:
112112 python-version : ${{ matrix.python-version }}
113113 - name : Install dependencies
114114 run : |
115- pip install -U pip setuptools wheel
115+ pip install -U pip " setuptools<79.0.0" wheel
116116 SETUPTOOLS_ENABLE_FEATURES=legacy-editable pip install -r ./requirements.txt
117117 - name : Run pyright on the stubs
118118 uses : jakebailey/pyright-action@v2
@@ -146,7 +146,7 @@ jobs:
146146 python-version : ${{ matrix.python-version }}
147147 - name : Install dependencies
148148 run : |
149- pip install -U pip setuptools wheel
149+ pip install -U pip " setuptools<79.0.0" wheel
150150 SETUPTOOLS_ENABLE_FEATURES=legacy-editable pip install -r ./requirements.txt
151151 pip install "Django==${{ matrix.django-version }}"
152152 pip check
0 commit comments