Decadent and symmetrical
This commit is contained in:
parent
d586deaa61
commit
879aa88de3
2 changed files with 10 additions and 8 deletions
9
.github/workflows/melpazoid-listenbrainz.yml
vendored
9
.github/workflows/melpazoid-listenbrainz.yml
vendored
|
@ -9,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.9
|
- name: Set up Python 3.10
|
||||||
uses: actions/setup-python@v1x
|
uses: actions/setup-python@v4
|
||||||
with: { python-version: 3.9 }
|
with:
|
||||||
|
python-version: '3.10'
|
||||||
- name: Install
|
- name: Install
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
|
9
.github/workflows/melpazoid-musicbrainz.yml
vendored
9
.github/workflows/melpazoid-musicbrainz.yml
vendored
|
@ -9,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.9
|
- name: Set up Python 3.10
|
||||||
uses: actions/setup-python@v1x
|
uses: actions/setup-python@v4
|
||||||
with: { python-version: 3.9 }
|
with:
|
||||||
|
python-version: '3.10'
|
||||||
- name: Install
|
- name: Install
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
|
Loading…
Reference in a new issue