From f3d43aeb39ef84d1cc9293c6a5fd73105c895a1a Mon Sep 17 00:00:00 2001 From: grossmj Date: Thu, 10 Aug 2023 22:52:35 +1000 Subject: [PATCH] Fix testing.yml --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 3e95e800..236a9985 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -30,7 +30,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - python -m pip install -r dev-requirements.txt + python -m pip install .[development] - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names