try fixed ubuntu and python version
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
Python formatting PEP8 / Pyhton-PEP8 (push) Has been cancelled

This commit is contained in:
Finn Christiansen 2023-05-28 18:12:12 +01:00
parent 11cf06a87d
commit 34869c6fa1

View file

@ -4,12 +4,14 @@ on: [push]
jobs:
Pyhton-PEP8:
runs-on: ubuntu-latest
runs-on: ubuntu:22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: https://github.com/actions/setup-python@v4
with:
python-version: '3.9'
- name: Install dependencies
run: |