mirror of
https://github.com/vale981/melpazoid
synced 2025-03-05 09:21:39 -05:00
update setup-python version (#29)
This commit is contained in:
parent
d482d5d3e9
commit
071778611c
1 changed files with 5 additions and 4 deletions
|
@ -10,10 +10,11 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python 3.9
|
||||
uses: actions/setup-python@v1
|
||||
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…
Add table
Reference in a new issue