updated workflow
pipeline / Test (push) Failing after 47s

This commit is contained in:
Brian Bjarke Jensen
2024-02-24 23:12:05 +01:00
parent f0b628d924
commit 201ca0a8ee
+2 -2
View File
@@ -1,5 +1,5 @@
name: pipeline name: pipeline
run-name: ${{ gitea.actor }} is running the script... run-name: ${{ gitea.actor }} is running the script
runs-on: ubuntu-latest runs-on: ubuntu-latest
on: push on: push
image: python:3.12 image: python:3.12
@@ -18,7 +18,7 @@ jobs:
- name: Install Packages - name: Install Packages
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install poetry pip install flake8 mypy poetry
poetry install poetry install
- name: PEP8 Check - name: PEP8 Check
run: flake8 ./src --benchmark run: flake8 ./src --benchmark