From b710f23177829b48bb1d5e1055b25ad54fe76cda Mon Sep 17 00:00:00 2001 From: Tochukwu Date: Tue, 19 Nov 2024 06:05:27 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a368e14..8bdbc5b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,8 +18,8 @@ jobs: - name: Install Flit run: pip install flit - name: Install Dependencies - run: flit install --symlink + run: make install - name: Test run: pytest --cov=ninja_schema --cov-report=xml tests - name: Coverage - uses: codecov/codecov-action@v5 \ No newline at end of file + uses: codecov/codecov-action@v5