Skip to content

Commit

Permalink
brew install graphviz
Browse files Browse the repository at this point in the history
  • Loading branch information
hbmartin committed Oct 4, 2024
1 parent 665dc58 commit fe8d636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spec_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
cache: pip
cache-dependency-path: requirements.txt
allow-prereleases: true
- run: brew install graphviz
- run: pip install -r requirements.txt
- name: Run specs tests script
run: |
brew install graphviz
mkdir tmp_out
./test_specs.sh test/ specs/ tmp_out/

0 comments on commit fe8d636

Please sign in to comment.