From 6c9683627487debb6adb6ad8c3f9bdd64b1664ab Mon Sep 17 00:00:00 2001 From: ElNiak Date: Mon, 3 Jun 2024 22:58:51 +0200 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 3c8cd25742..61e054dbc6 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -28,7 +28,6 @@ jobs: python -m pip install --upgrade pip pip install flake8 pytest if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - if [ -f setup.py ]; then pip install .; fi - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names