|
90 | 90 | echo "XDG_RUNTIME_DIR=/tmp" >> $GITHUB_ENV
|
91 | 91 | - name: Install Python dependencies
|
92 | 92 | run: |
|
93 |
| - pip install setuptools |
| 93 | + pip install "setuptools>=77.0.0" |
94 | 94 | pip install -r requirements.txt
|
95 | 95 | pip install -r requirements-dev.txt
|
96 | 96 | python pywayland/ffi_build.py
|
@@ -138,7 +138,7 @@ jobs:
|
138 | 138 | echo "XDG_RUNTIME_DIR=/tmp" >> $GITHUB_ENV
|
139 | 139 | - name: Install Python dependencies
|
140 | 140 | run: |
|
141 |
| - pip install setuptools |
| 141 | + pip install "setuptools>=77.0.0" |
142 | 142 | pip install -r requirements.txt
|
143 | 143 | pip install -r doc/requirements.txt
|
144 | 144 | python pywayland/ffi_build.py
|
@@ -187,7 +187,7 @@ jobs:
|
187 | 187 | echo "XDG_RUNTIME_DIR=/tmp" >> $GITHUB_ENV
|
188 | 188 | - name: Install Python dependencies
|
189 | 189 | run: |
|
190 |
| - pip install setuptools |
| 190 | + pip install "setuptools>=77.0.0" |
191 | 191 | pip install -r requirements.txt
|
192 | 192 | pip install -r requirements-types.txt
|
193 | 193 | python pywayland/ffi_build.py
|
@@ -219,7 +219,7 @@ jobs:
|
219 | 219 | echo "XDG_RUNTIME_DIR=/tmp" >> $GITHUB_ENV
|
220 | 220 | - name: Install Python dependencies
|
221 | 221 | run: |
|
222 |
| - pip install setuptools |
| 222 | + pip install "setuptools>=77.0.0" |
223 | 223 | pip install -r requirements.txt
|
224 | 224 | pip install build check-manifest twine
|
225 | 225 | python pywayland/ffi_build.py
|
|
0 commit comments