Skip to content

Commit c013a02

Browse files
committed
fix dependencies for ci
1 parent 80fa128 commit c013a02

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/melpazoid.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: Set up Python 3.9
14+
- name: Set up Python 3.10
1515
uses: actions/setup-python@v1
16-
with: { python-version: 3.9 }
16+
with: { python-version: "3.10" }
1717
- name: Install
1818
run: |
1919
python -m pip install --upgrade pip
@@ -23,6 +23,7 @@ jobs:
2323
- name: Run
2424
env:
2525
LOCAL_REPO: ${{ github.workspace }}
26+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2627
# RECIPE is your recipe as written for MELPA:
2728
RECIPE: (file-info :repo "artawower/file-info.el" :fetcher github)
2829
# set this to false (or remove it) if the package isn't on MELPA:

0 commit comments

Comments
 (0)