Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/finish-db-models #7

Merged
merged 15 commits into from
Nov 7, 2020
Prev Previous commit
Next Next commit
Drop libgraphviz-dev from dep install
  • Loading branch information
JacksonMaxfield committed Nov 6, 2020
commit 9d0633a53a19a2ff9e25b578d9631a38028b08df
4 changes: 2 additions & 2 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
python-version: 3.8
- name: Install graphviz
run: |
sudo apt-get install graphviz libgraphviz-dev
sudo apt-get install graphviz
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -70,7 +70,7 @@ jobs:
python-version: 3.8
- name: Install graphviz
run: |
sudo apt-get install graphviz libgraphviz-dev
sudo apt-get install graphviz
- name: Install Dependencies
run: |
pip install --upgrade pip
Expand Down