Skip to content

Commit c317685

Browse files
committed
Fix manylinux version
1 parent 010d018 commit c317685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manylinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
# https://github.com/actions/runner/issues/2033
2222
chown -R $(id -u):$(id -g) $PWD
23-
/opt/python/${{ matrix.python-abi }}/bin/pip install --upgrade pip setuptools wheel build
23+
/opt/python/${{ matrix.python-abi }}/bin/pip install --upgrade pip setuptools wheel build 'setuptools_scm>=8'
2424
- name: Install system build dependencies (manylinux)
2525
run: |
2626
yum install -y perl-core

0 commit comments

Comments
 (0)