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