We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d45f0cb commit f2cc196Copy full SHA for f2cc196
.github/workflows/deploy.yml
@@ -88,6 +88,9 @@ jobs:
88
- name: Install macOS dependencies
89
if: contains(matrix.os, 'macos')
90
run: brew install python-setuptools
91
+ - name: Install Windows dependencies
92
+ if: contains(matrix.os, 'windows')
93
+ run: pip install setuptools
94
- uses: actions/checkout@v4
95
- name: Setup Bun
96
uses: oven-sh/setup-bun@v2
0 commit comments