From 2489be25fddfe32958e911026967f14f068a2de5 Mon Sep 17 00:00:00 2001
From: Florian Spreckelsen <f.spreckelsen@indiscale.com>
Date: Sun, 14 Apr 2024 12:08:57 +0200
Subject: [PATCH] PIPELINE: Add meson dependencies

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5483396f..a1465a40 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -170,6 +170,7 @@ unittest_py313:
   script:
     # TODO: Replace by '*python_test_script' as soon as 3.13 has been officially released.
     - apt update && apt install -y cargo
+    - pip install meson[ninja] meson-python
     - pip install pynose pandas pytest pytest-cov gitignore-parser openpyxl>=3.0.7 xlrd==1.2 h5py
     - pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev
     - pip install .
-- 
GitLab