From 115b93dc454c6357585abcfc4f61228104eac4b9 Mon Sep 17 00:00:00 2001 From: Mimi Sav Date: Thu, 31 Oct 2024 08:01:41 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b5936c6..af040137 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,14 +51,8 @@ jobs: echo "PATH=$HOME/.local/bin:$PATH" >> $GITHUB_ENV poetry run pytest - - name: Install dependencies for Shared - working-directory: ./apps/shared - run: | - echo "PATH=$HOME/.local/bin:$PATH" >> $GITHUB_ENV - poetry install - - name: Run Tests for Shared working-directory: ./apps/shared run: | echo "PATH=$HOME/.local/bin:$PATH" >> $GITHUB_ENV - poetry run pytest apps/shared + pytest apps/shared