From 31bd3688ede6e70eeaf5542652d478b555a40946 Mon Sep 17 00:00:00 2001 From: James Chapman Date: Wed, 28 Jun 2023 14:49:11 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index af8e4e8..be24329 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: python -m pip install flake8 python -m pip install codecov python -m pip install pytest-cov - python -m pip install -e skprox + python -m pip install -e . - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names