Skip to content

Commit

Permalink
Add
Browse files Browse the repository at this point in the history
Delete pytest.ini

Update CI.yml
  • Loading branch information
baseplate-admin committed Dec 10, 2024
1 parent b15d3c8 commit db0f353
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

Expand Down

0 comments on commit db0f353

Please sign in to comment.