From 8033300103674fb25449fd4f5f99b8bc23c31ebd Mon Sep 17 00:00:00 2001 From: tomsail Date: Mon, 20 May 2024 17:17:42 +0200 Subject: [PATCH] [ci] added pip install ./ --- .github/workflows/run_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index aee7013..0cb6ca2 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -49,8 +49,8 @@ jobs: - run: "python --version" - run: "python -mpip install -U pip" - run: "python -mpip --version" - - name: "Install development dependencies" - run: "python -mpip install -r requirements/requirements-dev.txt" + - run: "python -mpip install -r requirements/requirements-dev.txt" + - run: "python -mpip install ./" - name: "Run tests" run: "pytest tests/" env: