Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
baseplate-admin committed Dec 10, 2024
1 parent f315b81 commit eb82631
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ jobs:
run: |
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 eb82631

Please sign in to comment.