Skip to content

Commit

Permalink
Merge pull request #761 from jdemel/fix-python-build-deps
Browse files Browse the repository at this point in the history
macos: Fix CI dependency error
  • Loading branch information
jdemel authored Mar 30, 2024
2 parents 7dd2d0a + 1def94c commit 5658541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ jobs:
with:
submodules: 'recursive'
- name: dependencies
run: pip3 install mako
run: pip3 install --break-system-packages mako && brew install orc
- name: configure
run: mkdir build && cd build && cmake -DBUILD_EXECUTABLE=ON ..
- name: build
Expand Down

0 comments on commit 5658541

Please sign in to comment.