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