From 3b15b87db0cd6d550d90f97eef67a7a20153be52 Mon Sep 17 00:00:00 2001 From: Olivia Box Power Date: Fri, 18 Oct 2024 15:19:57 +0100 Subject: [PATCH] Update workflow --- .github/workflows/python-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 9f9f834..fd1b9bb 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -28,7 +28,7 @@ jobs: run: | python -m pip install --upgrade pip python -m pip install flake8 pytest - python -m pip install -r requirements.txt + python -m pip install . - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names