From 991e9414779eb67947736f8f1318c5ea54e77588 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@ericsson.com>
Date: Fri, 5 Apr 2024 10:32:18 +0200
Subject: [PATCH] msg

---
 .github/workflows/ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index fb34f47..b81439a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,4 +19,6 @@ jobs:
           sudo apt-get install -y python3-setuptools python3-yaml python3-dev
           pip install -U pip pytest coverage pytest-cov Cython
       - name: Test
-        run: pytest
+        run: |
+          python setup.py install
+          pytest
-- 
GitLab