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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python 3.9
|
||||
uses: actions/setup-python@v1x
|
||||
with: { python-version: 3.9 }
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python 3.10
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- name: Install
|
||||
run: |
|
||||
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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python 3.9
|
||||
uses: actions/setup-python@v1x
|
||||
with: { python-version: 3.9 }
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python 3.10
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- name: Install
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
|
Loading…
Reference in a new issue