From 93f71861e92e82ff97abfa1c0f7169de1cfa66f0 Mon Sep 17 00:00:00 2001 From: Anthony Onwuli <30937913+AntObi@users.noreply.github.com> Date: Fri, 1 Dec 2023 12:18:53 -0500 Subject: [PATCH] Update ci.yml Test relaxed project requirement --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0fc93a4c..23aa4321 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip wheel setuptools - pip install -r requirements.txt + pip install -e . pip install pytest-cov - name: Run tests and collect coverage run: python -m pytest --cov=smact --cov-report=xml -v