trying to install python manually, running setup-python on debian does not seem to work
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
Python formatting PEP8 / Pyhton-PEP8 (push) Failing after 3s

This commit is contained in:
Finn Christiansen 2023-05-28 22:30:32 +01:00
parent 4fbe7dd735
commit fbd31e7294

View file

@ -9,13 +9,10 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- uses: https://github.com/actions/setup-python@v4
with:
python-version: '3.9.16'
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip apt-get install -y python3-pip
pip install flake8 pip install flake8
- name: Run checking - name: Run checking