Skip to content

Commit 074bace

Browse files
authored
Update build-windows.yml
1 parent 2feface commit 074bace

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-windows.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,11 @@ jobs:
5353

5454
# Install python dependencies
5555
- name: Install dependencies
56-
run: python -m pip install --upgrade pip setuptools wheel twine
56+
run: python -m pip install --upgrade pip wheel twine
5757

58+
- name: Install setuptools
59+
run: python -m pip install setuptools==67.0.0
60+
5861
# Change directory and run setup py
5962
- name: Run setup py
6063
run: python setup.py bdist_wheel

0 commit comments

Comments
 (0)