From 03570838f9edc6adaa4891162d79e8f1a5ed8de1 Mon Sep 17 00:00:00 2001 From: Mridang Agarwalla Date: Mon, 26 May 2025 13:53:18 +0300 Subject: [PATCH] fix: hardened the compatibility checks to ensure that we tests that loading of the module works --- .github/workflows/integration.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 02a1f0ca..073d5320 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -55,3 +55,8 @@ jobs: working-directory: project/sanity run: | poetry add zitadel-client@../library +<<<<<<< Updated upstream +||||||| Stash base +======= + poetry run python main.py +>>>>>>> Stashed changes