Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
so CI doesn't fail
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Dec 22, 2023
1 parent 53d467f commit d9ea390
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ jobs:
python-version: 3.11
cache: 'poetry'
- name: Install Python dependencies
run: poetry install
run: |
apt-get install --yes --quiet --no-install-recommends graphviz libgraphviz-dev
poetry install
- name: System checks
run: poetry run ./manage.py check
- name: Check for missing migrations
Expand Down

0 comments on commit d9ea390

Please sign in to comment.