From db0f35398540c23312228b450e3ac7c74533bfaf Mon Sep 17 00:00:00 2001 From: baseplate-admin <61817579+baseplate-admin@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:08:12 +0600 Subject: [PATCH] Add Delete pytest.ini Update CI.yml --- .github/workflows/CI.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 96f1f21..d4e7800 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -38,8 +38,12 @@ jobs: virtualenvs-in-project: true - name: Install dependencies run: | - poetry install --sync --no-interaction --no-root - poetry run pip install "django==${{ matrix.django-version }}.*" + poetry install --sync --no-interaction --no-root + poetry run pip install "django==${{ matrix.django-version }}.*"] + + - name: Install Projects + run: poetry run pip install -e . + - name: Run tests run: poetry run pytest .