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

Commit

Permalink
install system dependencies as root
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Dec 22, 2023
1 parent d9ea390 commit edfecaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
cache: 'poetry'
- name: Install Python dependencies
run: |
apt-get install --yes --quiet --no-install-recommends graphviz libgraphviz-dev
sudo apt-get install --yes --quiet --no-install-recommends graphviz libgraphviz-dev
poetry install
- name: System checks
run: poetry run ./manage.py check
Expand Down

0 comments on commit edfecaf

Please sign in to comment.