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
Try without libgraphviz-dev on mac and windows
  • Loading branch information
JacksonMaxfield committed Nov 6, 2020
commit 63e979b985ab320239c00125d59e08e521c74c38
4 changes: 2 additions & 2 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- name: Install graphviz (Mac)
if: matrix.os == 'macOS-latest'
run: |
brew install graphviz libgraphviz-dev
brew install graphviz
- name: Install graphviz (Windows)
if: matrix.os == 'windows-latest'
run: |
choco install graphviz libgraphviz-dev
choco install graphviz
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
Expand Down