From 21a1e44c7dc0d57a235ca39e892692ad9ba137b6 Mon Sep 17 00:00:00 2001 From: Ivet Galabova Date: Wed, 6 Sep 2023 17:25:32 +0300 Subject: [PATCH] ninja --- .github/workflows/test-python-api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-python-api.yml b/.github/workflows/test-python-api.yml index 881d332a62..cfea3918db 100644 --- a/.github/workflows/test-python-api.yml +++ b/.github/workflows/test-python-api.yml @@ -34,7 +34,7 @@ jobs: - name: Install deps run: | - python3 -m pip install meson numpy pytest meson-python pybind11 + python3 -m pip install meson numpy pytest meson-python pybind11 ninja - name: Build and test run: |