From dca4795f77c0e21b9015cd454ba45f65275bd828 Mon Sep 17 00:00:00 2001 From: GroenteLepel Date: Tue, 22 Dec 2020 10:12:29 +0100 Subject: [PATCH] Removed the installation with the requirements.txt. --- .github/workflows/test-project.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test-project.yml b/.github/workflows/test-project.yml index 4a78a16..f3f36ac 100644 --- a/.github/workflows/test-project.yml +++ b/.github/workflows/test-project.yml @@ -25,7 +25,6 @@ jobs: python -m pip install --upgrade pip pip install flake8 pytest pip install -e ./ - if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names