mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-15 16:56:54 +08:00
fix manylinux error
This commit is contained in:
8
.github/workflows/python-publish.yml
vendored
8
.github/workflows/python-publish.yml
vendored
@@ -49,10 +49,10 @@ jobs:
|
|||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: update gcc
|
# - name: update gcc
|
||||||
run: |
|
# run: |
|
||||||
yum install -y centos-release-scl
|
# yum install -y centos-release-scl
|
||||||
yum install -y devtoolset-8-gcc devtoolset-8-gcc-c++
|
# yum install -y devtoolset-8-gcc devtoolset-8-gcc-c++
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install twine
|
pip install twine
|
||||||
|
|||||||
Reference in New Issue
Block a user