Skip to content

Commit fabb416

Browse files
committed
remove cache attempt - GHA requires poetry to be installed first which is dumb
1 parent 04c0d2a commit fabb416

File tree

4 files changed

+1
-3883
lines changed

4 files changed

+1
-3883
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
uses: actions/setup-python@v5
4545
with:
4646
python-version: ${{ matrix.python-version }}
47-
cache: "poetry"
4847
- name: Install Just
4948
uses: extractions/setup-just@v2
5049
- name: Install Dependencies

.github/workflows/test.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
uses: actions/setup-python@v5
5353
with:
5454
python-version: ${{ matrix.python-version }}
55-
cache: "poetry"
5655
- name: install-emacs-linux
5756
if: ${{ github.event.inputs.debug == 'true' }}
5857
run: |
@@ -106,7 +105,6 @@ jobs:
106105
uses: actions/setup-python@v5
107106
with:
108107
python-version: ${{ matrix.python-version }}
109-
cache: "poetry"
110108
- name: setup-ssh-debug
111109
if: ${{ github.event.inputs.debug == 'true' }}
112110
uses: mxschmitt/action-tmate@v3
@@ -155,7 +153,6 @@ jobs:
155153
uses: actions/setup-python@v5
156154
with:
157155
python-version: ${{ matrix.python-version }}
158-
cache: "poetry"
159156
- name: install-emacs-macos
160157
if: ${{ github.event.inputs.debug == 'true' }}
161158
run: |
@@ -224,7 +221,6 @@ jobs:
224221
uses: actions/setup-python@v5
225222
with:
226223
python-version: ${{ matrix.python-version }}
227-
cache: "poetry"
228224
- name: install-emacs-macos
229225
if: ${{ github.event.inputs.debug == 'true' }}
230226
run: |
@@ -272,7 +268,6 @@ jobs:
272268
uses: actions/setup-python@v5
273269
with:
274270
python-version: ${{ matrix.python-version }}
275-
cache: "poetry"
276271
- name: install-emacs-linux
277272
if: ${{ github.event.inputs.debug == 'true' }}
278273
run: |
@@ -321,7 +316,6 @@ jobs:
321316
uses: actions/setup-python@v5
322317
with:
323318
python-version: ${{ matrix.python-version }}
324-
cache: "poetry"
325319
- name: install-emacs-linux
326320
if: ${{ github.event.inputs.debug == 'true' }}
327321
run: |
@@ -376,7 +370,6 @@ jobs:
376370
uses: actions/setup-python@v5
377371
with:
378372
python-version: ${{ matrix.python-version }}
379-
cache: "poetry"
380373
- name: install-emacs-macos
381374
if: ${{ github.event.inputs.debug == 'true' }}
382375
run: |
@@ -437,7 +430,6 @@ jobs:
437430
uses: actions/setup-python@v5
438431
with:
439432
python-version: ${{ matrix.python-version }}
440-
cache: "poetry"
441433
- name: install-emacs-macos
442434
if: ${{ github.event.inputs.debug == 'true' }}
443435
run: |
@@ -488,7 +480,6 @@ jobs:
488480
uses: actions/setup-python@v5
489481
with:
490482
python-version: ${{ matrix.python-version }}
491-
cache: "poetry"
492483
- name: install-emacs-macos
493484
if: ${{ github.event.inputs.debug == 'true' }}
494485
run: |
@@ -547,7 +538,6 @@ jobs:
547538
uses: actions/setup-python@v5
548539
with:
549540
python-version: ${{ matrix.python-version }}
550-
cache: "poetry"
551541
- name: install-vim-windows
552542
if: ${{ github.event.inputs.debug == 'true' }}
553543
uses: rhysd/action-setup-vim@v1
@@ -610,8 +600,6 @@ jobs:
610600
detached: true
611601
- uses: actions/checkout@v4
612602
- uses: actions/setup-python@v5
613-
with:
614-
cache: "poetry"
615603
- name: Setup Just
616604
uses: extractions/setup-just@v2
617605
- name: Install Release Dependencies

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ ipython_config.py
9999
# This is especially recommended for binary packages to ensure reproducibility, and is more
100100
# commonly ignored for libraries.
101101
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
102-
# poetry.lock
102+
poetry.lock
103103

104104
# pdm
105105
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.

0 commit comments

Comments
 (0)