mirror of
https://github.com/SqrtMinusOne/password-store-completion.git
synced 2025-12-10 09:53:04 +03:00
ci: update python
This commit is contained in:
parent
7272fa4fa5
commit
a5137dc7ab
1 changed files with 5 additions and 4 deletions
9
.github/workflows/melpazoid.yml
vendored
9
.github/workflows/melpazoid.yml
vendored
|
|
@ -10,10 +10,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