From 4dda89cc5d78d7084c7079af7939f43550b851c6 Mon Sep 17 00:00:00 2001 From: kraanzu Date: Wed, 6 Nov 2024 06:55:30 +0530 Subject: [PATCH] fix: pytest workflow pip install current project --- .github/workflows/pytest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 748c4da2..3829a18a 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -17,6 +17,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install . pip install pytest - name: Run Tests run: |