trying to get pip running
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
Python formatting PEP8 / Pyhton-PEP8 (push) Failing after 4s

This commit is contained in:
Finn Christiansen 2023-05-28 17:58:43 +01:00
parent f3433b77ba
commit 11cf06a87d

View file

@ -13,6 +13,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip
pip install flake8 pip install flake8
- name: Run checking - name: Run checking