From c9daf576c384dc7b592ec0fd1ac7a40fa72cf886 Mon Sep 17 00:00:00 2001 From: appleb_m Date: Mon, 27 Apr 2026 16:06:52 +0200 Subject: [PATCH] gitea workflows: simulating imports for aarescan and aarelcinfer --- .gitea/workflows/action.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index ca95e3a3..c96a5646 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -54,7 +54,7 @@ jobs: python -m pip install --upgrade pip - pip install pytest pytest-cov pytest-mock pytest-qt + pip install pytest pytest-cov pytest-mock pytest-qt pytest-asyncio pip install -e . @@ -73,6 +73,7 @@ jobs: env: PYTEST_DISABLE_PLUGIN_AUTOLOAD: "1" QT_QPA_PLATFORM: offscreen + MX_BEAMLINE: SIMULATED run: | source venv/bin/activate