1
0
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:
Linlang
2024-12-17 15:25:20 +08:00
parent b05d442f34
commit 7c9ef8db88

View File

@@ -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