|
52 | 52 | uses: actions/setup-python@v5
|
53 | 53 | with:
|
54 | 54 | python-version: ${{ matrix.python-version }}
|
| 55 | + cache: "poetry" |
55 | 56 | - name: install-emacs-linux
|
56 | 57 | if: ${{ github.event.inputs.debug == 'true' }}
|
57 | 58 | run: |
|
@@ -105,6 +106,7 @@ jobs:
|
105 | 106 | uses: actions/setup-python@v5
|
106 | 107 | with:
|
107 | 108 | python-version: ${{ matrix.python-version }}
|
| 109 | + cache: "poetry" |
108 | 110 | - name: setup-ssh-debug
|
109 | 111 | if: ${{ github.event.inputs.debug == 'true' }}
|
110 | 112 | uses: mxschmitt/action-tmate@v3
|
@@ -153,6 +155,7 @@ jobs:
|
153 | 155 | uses: actions/setup-python@v5
|
154 | 156 | with:
|
155 | 157 | python-version: ${{ matrix.python-version }}
|
| 158 | + cache: "poetry" |
156 | 159 | - name: install-emacs-macos
|
157 | 160 | if: ${{ github.event.inputs.debug == 'true' }}
|
158 | 161 | run: |
|
@@ -221,6 +224,7 @@ jobs:
|
221 | 224 | uses: actions/setup-python@v5
|
222 | 225 | with:
|
223 | 226 | python-version: ${{ matrix.python-version }}
|
| 227 | + cache: "poetry" |
224 | 228 | - name: install-emacs-macos
|
225 | 229 | if: ${{ github.event.inputs.debug == 'true' }}
|
226 | 230 | run: |
|
@@ -268,6 +272,7 @@ jobs:
|
268 | 272 | uses: actions/setup-python@v5
|
269 | 273 | with:
|
270 | 274 | python-version: ${{ matrix.python-version }}
|
| 275 | + cache: "poetry" |
271 | 276 | - name: install-emacs-linux
|
272 | 277 | if: ${{ github.event.inputs.debug == 'true' }}
|
273 | 278 | run: |
|
@@ -316,6 +321,7 @@ jobs:
|
316 | 321 | uses: actions/setup-python@v5
|
317 | 322 | with:
|
318 | 323 | python-version: ${{ matrix.python-version }}
|
| 324 | + cache: "poetry" |
319 | 325 | - name: install-emacs-linux
|
320 | 326 | if: ${{ github.event.inputs.debug == 'true' }}
|
321 | 327 | run: |
|
@@ -370,6 +376,7 @@ jobs:
|
370 | 376 | uses: actions/setup-python@v5
|
371 | 377 | with:
|
372 | 378 | python-version: ${{ matrix.python-version }}
|
| 379 | + cache: "poetry" |
373 | 380 | - name: install-emacs-macos
|
374 | 381 | if: ${{ github.event.inputs.debug == 'true' }}
|
375 | 382 | run: |
|
@@ -430,6 +437,7 @@ jobs:
|
430 | 437 | uses: actions/setup-python@v5
|
431 | 438 | with:
|
432 | 439 | python-version: ${{ matrix.python-version }}
|
| 440 | + cache: "poetry" |
433 | 441 | - name: install-emacs-macos
|
434 | 442 | if: ${{ github.event.inputs.debug == 'true' }}
|
435 | 443 | run: |
|
@@ -480,6 +488,7 @@ jobs:
|
480 | 488 | uses: actions/setup-python@v5
|
481 | 489 | with:
|
482 | 490 | python-version: ${{ matrix.python-version }}
|
| 491 | + cache: "poetry" |
483 | 492 | - name: install-emacs-macos
|
484 | 493 | if: ${{ github.event.inputs.debug == 'true' }}
|
485 | 494 | run: |
|
@@ -538,6 +547,7 @@ jobs:
|
538 | 547 | uses: actions/setup-python@v5
|
539 | 548 | with:
|
540 | 549 | python-version: ${{ matrix.python-version }}
|
| 550 | + cache: "poetry" |
541 | 551 | - name: install-vim-windows
|
542 | 552 | if: ${{ github.event.inputs.debug == 'true' }}
|
543 | 553 | uses: rhysd/action-setup-vim@v1
|
@@ -600,6 +610,8 @@ jobs:
|
600 | 610 | detached: true
|
601 | 611 | - uses: actions/checkout@v4
|
602 | 612 | - uses: actions/setup-python@v5
|
| 613 | + with: |
| 614 | + cache: "poetry" |
603 | 615 | - name: Setup Just
|
604 | 616 | uses: extractions/setup-just@v2
|
605 | 617 | - name: Install Release Dependencies
|
|
0 commit comments