mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2025-07-19 13:48:43 +02:00
Update Python version for testing
This commit is contained in:
parent
3a80957fe8
commit
e3b22f1849
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -8,9 +8,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: 3.8
|
python-version: "3.10"
|
||||||
- name: Install Molecule
|
- name: Install Molecule
|
||||||
run: |
|
run: |
|
||||||
pip install -U pip setuptools wheel
|
pip install -U pip setuptools wheel
|
||||||
|
Loading…
Reference in New Issue
Block a user