try fixed ubuntu and python version
This commit is contained in:
parent
11cf06a87d
commit
34869c6fa1
1 changed files with 3 additions and 1 deletions
|
@ -4,12 +4,14 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Pyhton-PEP8:
|
Pyhton-PEP8:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu:22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- uses: https://github.com/actions/setup-python@v4
|
- uses: https://github.com/actions/setup-python@v4
|
||||||
|
with:
|
||||||
|
python-version: '3.9'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue