Skip to content

Commit 3c07b3d

Browse files
committed
Added Python setuptools install for macOS workflow
1 parent c356210 commit 3c07b3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/macOS.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- name: perform checkout
1818
uses: actions/checkout@v4
1919

20+
- name: install Python dependencies
21+
run: brew install python-setuptools
22+
2023
- name: perform setup
2124
run: ./scripts/setup.sh
2225

0 commit comments

Comments
 (0)