Skip to content

Commit

Permalink
test-6
Browse files Browse the repository at this point in the history
  • Loading branch information
krrish-sehgal committed Dec 23, 2024
1 parent 63e867c commit 0b88ac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
- name: Run tests inside Docker container
run: |
docker exec my-container poetry run python manage.py test -v 3 --failfast
docker exec my-container poetry run xvfb-run --auto-servernum python manage.py test -v 3 --failfast
- name: Clean up
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "AGPLv3"

[tool.poetry.dependencies]

python = "3.11.2"
python = "3.11.*"
python-dotenv = "^1.0.1"
toml = "^0.10.2"
Django = "^5.1.3"
Expand Down

0 comments on commit 0b88ac2

Please sign in to comment.