From 7b54c65410b62fa48448d28c51c5b2b534cc02cf Mon Sep 17 00:00:00 2001 From: Artur Glavic Date: Thu, 26 Feb 2026 14:27:27 +0100 Subject: [PATCH] Try installing the module that fails in pytest --- .github/workflows/unit_tests.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index b5b800f..a50b998 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -32,10 +32,7 @@ jobs: python -m pip install --upgrade pip pip install pytest pip install -r requirements.txt - - - name: Log pytest config - run: | - pytest --trace-config + pip install bec-ipython-client - name: Test with pytest run: |