Skip to content

Commit f2cc196

Browse files
committed
Install setuptools for Windows
1 parent d45f0cb commit f2cc196

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ jobs:
8888
- name: Install macOS dependencies
8989
if: contains(matrix.os, 'macos')
9090
run: brew install python-setuptools
91+
- name: Install Windows dependencies
92+
if: contains(matrix.os, 'windows')
93+
run: pip install setuptools
9194
- uses: actions/checkout@v4
9295
- name: Setup Bun
9396
uses: oven-sh/setup-bun@v2

0 commit comments

Comments
 (0)