Skip to content

Commit c949c4e

Browse files
committed
Use melpazoid
1 parent c16a61b commit c949c4e

File tree

3 files changed

+16
-58
lines changed

3 files changed

+16
-58
lines changed

.github/workflows/test.yml

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [ubuntu-latest, macos-latest, windows-latest]
17+
os: [ubuntu-latest]
1818
emacs-version:
1919
- 28.1
2020
- snapshot
@@ -26,13 +26,22 @@ jobs:
2626
with:
2727
version: ${{ matrix.emacs-version }}
2828

29-
- uses: emacs-eask/setup-eask@master
29+
- name: Set up Python 3.10
30+
uses: actions/setup-python@v4
3031
with:
31-
version: 'snapshot'
32+
python-version: '3.10'
3233

33-
- name: Set workaround env var
34+
- name: Install melpazoid
3435
run: |
35-
echo "ACTIONS_ALLOW_UNSECURE_COMMANDS=true" >> $GITHUB_ENV
36+
python -m pip install --upgrade pip
37+
git clone https://github.com/riscy/melpazoid.git ~/melpazoid
38+
pip install ~/melpazoid
3639
37-
- name: Run tests
38-
run: 'make ci'
40+
- name: Run melpazoid
41+
env:
42+
LOCAL_REPO: ${{ github.workspace }}
43+
# RECIPE is your recipe as written for MELPA:
44+
RECIPE: (eca :repo "editor-code-assistant/eca-emacs" :fetcher github)
45+
# set this to false (or remove it) if the package isn't on MELPA:
46+
EXIST_OK: false
47+
run: echo $GITHUB_REF && make -C ~/melpazoid

Eask

Lines changed: 0 additions & 22 deletions
This file was deleted.

Makefile

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)