|
1 | | ---- |
2 | | - |
3 | 1 | name: 🧪 |
4 | 2 |
|
5 | 3 | on: |
@@ -109,12 +107,10 @@ jobs: |
109 | 107 |
|
110 | 108 | steps: |
111 | 109 | - name: Switch to using Python 3.13 by default |
112 | | - # yamllint disable-line rule:line-length |
113 | 110 | uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 |
114 | 111 | with: |
115 | 112 | python-version: 3.13 |
116 | 113 | - name: Check out src from Git |
117 | | - # yamllint disable-line rule:line-length |
118 | 114 | uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
119 | 115 | with: |
120 | 116 | fetch-depth: 0 |
@@ -167,7 +163,6 @@ jobs: |
167 | 163 | echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}" |
168 | 164 | shell: bash |
169 | 165 | - name: Set up pip cache |
170 | | - # yamllint disable-line rule:line-length |
171 | 166 | uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 |
172 | 167 | with: |
173 | 168 | path: ${{ steps.pip-cache-dir.outputs.dir }} |
@@ -274,13 +269,11 @@ jobs: |
274 | 269 |
|
275 | 270 | steps: |
276 | 271 | - name: Switch to using Python 3.13 |
277 | | - # yamllint disable-line rule:line-length |
278 | 272 | uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 |
279 | 273 | with: |
280 | 274 | python-version: 3.13 |
281 | 275 |
|
282 | 276 | - name: Grab the source from Git |
283 | | - # yamllint disable-line rule:line-length |
284 | 277 | uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
285 | 278 | with: |
286 | 279 | fetch-depth: 0 |
@@ -309,7 +302,6 @@ jobs: |
309 | 302 | run: >- |
310 | 303 | echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}" |
311 | 304 | - name: Set up pip cache |
312 | | - # yamllint disable-line rule:line-length |
313 | 305 | uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 |
314 | 306 | with: |
315 | 307 | path: ${{ steps.pip-cache-dir.outputs.dir }} |
@@ -375,7 +367,6 @@ jobs: |
375 | 367 | >> "${GITHUB_OUTPUT}" |
376 | 368 | working-directory: dist |
377 | 369 | - name: Store the distribution packages |
378 | | - # yamllint disable-line rule:line-length |
379 | 370 | uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 |
380 | 371 | with: |
381 | 372 | name: >- |
@@ -522,9 +513,6 @@ jobs: |
522 | 513 |
|
523 | 514 | steps: |
524 | 515 | - name: Decide whether the needed jobs succeeded or failed |
525 | | - # yamllint disable-line rule:line-length |
526 | 516 | uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2 |
527 | 517 | with: |
528 | 518 | jobs: ${{ toJSON(needs) }} |
529 | | - |
530 | | -... |
0 commit comments