Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JadCham committed Oct 14, 2024
1 parent 920d588 commit 5a398dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- name: Install Kompose
run: curl -L https://github.com/kubernetes/kompose/releases/download/v1.34/kompose-linux-amd64 -o kompose && chmod +x kompose && sudo mv ./kompose /usr/bin/kompose
- name: Run Migrations
run: uv run python manage.py makemigrations && python manage.py migrate
run: uv run python manage.py makemigrations && uv run python manage.py migrate
- name: Test
run: uv run python manage.py test
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "A Django project for visualizing Docker Compose to Kubernetes tra
readme = "README.md"
requires-python = ">=3.10,<3.14"
authors = [
{ name = "Jad Chamoun", email = "[email protected]" },
{ name = "Jad Chamoun"},
{ name = "Joe Haddad" },
]

Expand Down

0 comments on commit 5a398dc

Please sign in to comment.