Skip to content

Commit

Permalink
try to fix mistake with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zavarin-michael committed Aug 26, 2024
1 parent 89f8aff commit aa6d820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Look up images
run: docker image ls
- name: Type check
run: docker-compose run django mypy open_schools_platform/
run: docker compose run django mypy open_schools_platform/
- name: Run migrations
run: docker-compose run django python manage.py migrate
- name: Collectstatic
Expand Down

0 comments on commit aa6d820

Please sign in to comment.