From 764e1645500df2a0ecb18bdcff5edea7629e0db6 Mon Sep 17 00:00:00 2001 From: ilotoki0804 Date: Wed, 7 Aug 2024 06:07:42 +0900 Subject: [PATCH] Install current project --- .github/workflows/testing.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index fb6e3c0..d99d95f 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -18,6 +18,7 @@ jobs: - name: Install dependencies run: | python -m pip install pytest pytest-cov + python -m pip -e . - name: Test with pytest run: | python -m pytest --cov --cov-report xml