Spaces:
Running
Running
tried installing a specific setuptools version
Browse files
.github/workflows/build.yml
CHANGED
@@ -24,7 +24,7 @@ jobs:
|
|
24 |
python-version: ${{ matrix.python-version }}
|
25 |
|
26 |
- name: Install dependencies
|
27 |
-
run: pip install wheel setuptools
|
28 |
|
29 |
- name: Build wheel
|
30 |
run: python setup.py bdist_wheel --universal
|
|
|
24 |
python-version: ${{ matrix.python-version }}
|
25 |
|
26 |
- name: Install dependencies
|
27 |
+
run: pip install wheel setuptools==39.1.0
|
28 |
|
29 |
- name: Build wheel
|
30 |
run: python setup.py bdist_wheel --universal
|