|
49 | 49 | timeout-minutes: 60
|
50 | 50 | steps:
|
51 | 51 | - name: Checkout pydantic
|
52 |
| - uses: actions/checkout@v4 |
53 |
| - with: |
54 |
| - repository: pydantic/pydantic |
| 52 | + run: git clone https://github.com/pydantic/pydantic.git |
55 | 53 | - name: Checkout typing_extensions
|
56 | 54 | uses: actions/checkout@v4
|
57 | 55 | with:
|
|
89 | 87 | timeout-minutes: 60
|
90 | 88 | steps:
|
91 | 89 | - name: Checkout typing_inspect
|
92 |
| - uses: actions/checkout@v4 |
93 |
| - with: |
94 |
| - repository: ilevkivskyi/typing_inspect |
95 |
| - path: typing_inspect |
| 90 | + run: git clone https://github.com/ilevkivskyi/typing_inspect.git |
96 | 91 | - name: Checkout typing_extensions
|
97 | 92 | uses: actions/checkout@v4
|
98 | 93 | with:
|
@@ -137,10 +132,7 @@ jobs:
|
137 | 132 | timeout-minutes: 60
|
138 | 133 | steps:
|
139 | 134 | - name: Check out pyanalyze
|
140 |
| - uses: actions/checkout@v4 |
141 |
| - with: |
142 |
| - repository: quora/pyanalyze |
143 |
| - path: pyanalyze |
| 135 | + run: git clone https://github.com/quora/pyanalyze.git |
144 | 136 | - name: Checkout typing_extensions
|
145 | 137 | uses: actions/checkout@v4
|
146 | 138 | with:
|
@@ -186,10 +178,7 @@ jobs:
|
186 | 178 | timeout-minutes: 60
|
187 | 179 | steps:
|
188 | 180 | - name: Check out typeguard
|
189 |
| - uses: actions/checkout@v4 |
190 |
| - with: |
191 |
| - repository: agronholm/typeguard |
192 |
| - path: typeguard |
| 181 | + run: git clone https://github.com/agronholm/typeguard.git |
193 | 182 | - name: Checkout typing_extensions
|
194 | 183 | uses: actions/checkout@v4
|
195 | 184 | with:
|
@@ -236,10 +225,7 @@ jobs:
|
236 | 225 | timeout-minutes: 60
|
237 | 226 | steps:
|
238 | 227 | - name: Check out typed-argument-parser
|
239 |
| - uses: actions/checkout@v4 |
240 |
| - with: |
241 |
| - repository: swansonk14/typed-argument-parser |
242 |
| - path: typed-argument-parser |
| 228 | + run: git clone https://github.com/swansonk14/typed-argument-parser.git |
243 | 229 | - name: Checkout typing_extensions
|
244 | 230 | uses: actions/checkout@v4
|
245 | 231 | with:
|
@@ -291,10 +277,7 @@ jobs:
|
291 | 277 | timeout-minutes: 60
|
292 | 278 | steps:
|
293 | 279 | - name: Checkout mypy for stubtest and mypyc tests
|
294 |
| - uses: actions/checkout@v4 |
295 |
| - with: |
296 |
| - repository: python/mypy |
297 |
| - path: mypy |
| 280 | + run: git clone https://github.com/python/mypy.git |
298 | 281 | - name: Checkout typing_extensions
|
299 | 282 | uses: actions/checkout@v4
|
300 | 283 | with:
|
@@ -342,9 +325,7 @@ jobs:
|
342 | 325 | timeout-minutes: 60
|
343 | 326 | steps:
|
344 | 327 | - name: Checkout cattrs
|
345 |
| - uses: actions/checkout@v4 |
346 |
| - with: |
347 |
| - repository: python-attrs/cattrs |
| 328 | + run: git clone https://github.com/python-attrs/cattrs.git |
348 | 329 | - name: Checkout typing_extensions
|
349 | 330 | uses: actions/checkout@v4
|
350 | 331 | with:
|
|
0 commit comments