From 92109c7f508c961b41c2ffc15a2b5c52cb9df34b Mon Sep 17 00:00:00 2001 From: Thomas Ubensee <34603111+tomuben@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:26:19 +0200 Subject: [PATCH] Fixed CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f4be40b..b3dff2e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,4 +19,4 @@ jobs: python-version: "3.10" poetry-version: '1.8.2' - name: Run pytest - run: nox -s integration-tests + run: poetry run nox -s integration-tests