|
63 | 63 | uses: actions/checkout@v4 |
64 | 64 | with: |
65 | 65 | path: typing-extensions-latest |
| 66 | + persist-credentials: false |
66 | 67 | - name: Add local version of typing_extensions as a dependency |
67 | 68 | run: cd pydantic; uv add --editable ../typing-extensions-latest |
68 | 69 | - name: Install pydantic test dependencies |
|
94 | 95 | uses: actions/checkout@v4 |
95 | 96 | with: |
96 | 97 | path: typing-extensions-latest |
| 98 | + persist-credentials: false |
97 | 99 | - name: Install typing_inspect test dependencies |
98 | 100 | run: | |
99 | 101 | set -x |
@@ -131,6 +133,7 @@ jobs: |
131 | 133 | uses: actions/checkout@v4 |
132 | 134 | with: |
133 | 135 | path: typing-extensions-latest |
| 136 | + persist-credentials: false |
134 | 137 | - name: Install pycroscope test requirements |
135 | 138 | run: | |
136 | 139 | set -x |
@@ -168,6 +171,7 @@ jobs: |
168 | 171 | uses: actions/checkout@v4 |
169 | 172 | with: |
170 | 173 | path: typing-extensions-latest |
| 174 | + persist-credentials: false |
171 | 175 | - name: Install typeguard test requirements |
172 | 176 | run: | |
173 | 177 | set -x |
@@ -205,6 +209,7 @@ jobs: |
205 | 209 | uses: actions/checkout@v4 |
206 | 210 | with: |
207 | 211 | path: typing-extensions-latest |
| 212 | + persist-credentials: false |
208 | 213 | - name: Configure git for typed-argument-parser tests |
209 | 214 | # typed-argument parser does this in their CI, |
210 | 215 | # and the tests fail unless we do this |
@@ -249,6 +254,7 @@ jobs: |
249 | 254 | uses: actions/checkout@v4 |
250 | 255 | with: |
251 | 256 | path: typing-extensions-latest |
| 257 | + persist-credentials: false |
252 | 258 | - name: Install mypy test requirements |
253 | 259 | run: | |
254 | 260 | set -x |
@@ -284,6 +290,7 @@ jobs: |
284 | 290 | uses: actions/checkout@v4 |
285 | 291 | with: |
286 | 292 | path: typing-extensions-latest |
| 293 | + persist-credentials: false |
287 | 294 | - name: Install pdm for cattrs |
288 | 295 | run: pip install pdm |
289 | 296 | - name: Add latest typing-extensions as a dependency |
@@ -326,6 +333,7 @@ jobs: |
326 | 333 | uses: actions/checkout@v4 |
327 | 334 | with: |
328 | 335 | path: typing-extensions-latest |
| 336 | + persist-credentials: false |
329 | 337 | - name: Install sqlalchemy test dependencies |
330 | 338 | run: uv pip install --system tox setuptools |
331 | 339 | - name: List installed dependencies |
@@ -362,6 +370,7 @@ jobs: |
362 | 370 | uses: actions/checkout@v4 |
363 | 371 | with: |
364 | 372 | path: typing-extensions-latest |
| 373 | + persist-credentials: false |
365 | 374 | - name: Install uv |
366 | 375 | run: curl -LsSf https://astral.sh/uv/install.sh | sh |
367 | 376 | - name: Run litestar tests |
|
0 commit comments