mirror of
https://github.com/SqrtMinusOne/lyrics-fetcher.el.git
synced 2025-12-10 08:53:04 +03:00
ci: fix
This commit is contained in:
parent
4cf7f34212
commit
0359ad482c
1 changed files with 5 additions and 5 deletions
10
.github/workflows/melpazoid.yml
vendored
10
.github/workflows/melpazoid.yml
vendored
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
# If your package is on GitHub, enable melpazoid's checks by copying this file
|
# If your package is on GitHub, enable melpazoid's checks by copying this file
|
||||||
# to .github/workflows/melpazoid.yml and modifying RECIPE and EXIST_OK below.
|
# to .github/workflows/melpazoid.yml and modifying RECIPE and EXIST_OK below.
|
||||||
|
|
||||||
name: melpazoid
|
name: melpazoid
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
|
@ -10,10 +9,11 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Set up Python 3.6
|
- name: Set up Python 3.10
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v4
|
||||||
with: { python-version: 3.6 }
|
with:
|
||||||
|
python-version: '3.10'
|
||||||
- name: Install
|
- name: Install
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue