mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-01 18:11:18 +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
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: update gcc
|
||||
run: |
|
||||
yum install -y centos-release-scl
|
||||
yum install -y devtoolset-8-gcc devtoolset-8-gcc-c++
|
||||
# - name: update gcc
|
||||
# run: |
|
||||
# yum install -y centos-release-scl
|
||||
# yum install -y devtoolset-8-gcc devtoolset-8-gcc-c++
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install twine
|
||||
|
||||
Reference in New Issue
Block a user