From 7ac1bd0abc592b63f488b7dac71145a05c98467a Mon Sep 17 00:00:00 2001 From: "Per A. Brodtkorb" Date: Mon, 9 Sep 2024 15:46:24 +0200 Subject: [PATCH] Update python-package.yml --- .github/workflows/python-package.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 19883f4..6d364f3 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -28,7 +28,8 @@ jobs: run: | python -m pip install --upgrade pip python -m pip install numpy ruff pytest hypothesis - if [ -f requirements.txt ]; then pip install -r requirements.txt; fi + if [ -f requirements.txt ]; then pip install -r requirements.txt; fi + python -m pip install -e . - name: Lint with ruff run: | # stop the build if there are Python syntax errors or undefined names