From eb845ba6b1d6abd3c701d394740c815d1445256a Mon Sep 17 00:00:00 2001 From: Alexis Montoison Date: Sat, 27 Jul 2024 01:36:55 -0400 Subject: [PATCH] [CI] Update meson.yml --- .github/workflows/meson.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/meson.yml b/.github/workflows/meson.yml index 32a21e32..37ef9b76 100644 --- a/.github/workflows/meson.yml +++ b/.github/workflows/meson.yml @@ -106,7 +106,10 @@ jobs: python-version: '3.11' - name: Install Meson and Ninja - run: pip install meson ninja + shell: bash + run: | + pip install meson==1.4.1 + pip install ninja - name: Set the environment variables CUTEST shell: bash