Skip to content

Commit

Permalink
Skipping brew update on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson authored and davidt0x committed Mar 20, 2024
1 parent a812b1f commit 3a7b851
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@ jobs:
pip list
- name: Install graphviz
uses: ts-graphviz/setup-graphviz@v1
uses: ts-graphviz/setup-graphviz@v2
with:
# Skip to run brew update command on macOS.
macos-skip-brew-update: 'true' # default false

- name: Test interface ACT-R
run: |
Expand Down

0 comments on commit 3a7b851

Please sign in to comment.