Skip to content

Commit

Permalink
Add
Browse files Browse the repository at this point in the history
  • Loading branch information
baseplate-admin committed Dec 10, 2024
1 parent b15d3c8 commit d1cdd05
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ 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
5 changes: 5 additions & 0 deletions tests/pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[pytest]
# python_paths = ./ ./tests/demo_project
addopts = --nomigrations
; --ds=demo_project.settings

0 comments on commit d1cdd05

Please sign in to comment.