From 7ce63a31c3fd8ee59397ace6672410516002fb23 Mon Sep 17 00:00:00 2001 From: BunnyTub <51249136+BunnyTub@users.noreply.github.com> Date: Mon, 4 Nov 2024 19:53:53 -0500 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index efed267..3122ede 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -14,9 +14,7 @@ permissions: jobs: build: - runs-on: ubuntu-latest - steps: - uses: actions/checkout@v4 - name: Set up Python 3.11 @@ -27,12 +25,6 @@ jobs: run: | python -m pip install --upgrade pip pip install pyttsx3 requests sounddevice scipy pydub EASGen EAS2Text matplotlib basemap discord_webhook ffmpeg-python soundfile numpy flask - - name: Lint with flake8 - run: | - # stop the build if there are Python syntax errors or undefined names - flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics - # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide - flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test QuantumENDEC run: | python .\QuantumENDEC.py