andreped commited on
Commit
5a63e17
·
1 Parent(s): df0b318

tried installing a specific setuptools version

Browse files
Files changed (1) hide show
  1. .github/workflows/build.yml +1 -1
.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 -U
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