From 887d12bff13043d8df932a96d970b01b65a64587 Mon Sep 17 00:00:00 2001 From: Tochukwu Date: Tue, 19 Nov 2024 06:09:34 +0100 Subject: [PATCH] fix test_full.yml --- .github/workflows/test_full.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_full.yml b/.github/workflows/test_full.yml index 3094f57..dcb32d8 100644 --- a/.github/workflows/test_full.yml +++ b/.github/workflows/test_full.yml @@ -44,7 +44,7 @@ jobs: - name: Install Flit run: pip install flit - name: Install Dependencies - run: flit install --symlink + run: make install - name: Ruff Linting Check run: ruff check ninja_schema tests - name: mypy