1
0
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:
Linlang
2024-12-17 15:02:42 +08:00
parent dbbcfef723
commit 9e4bdc21ac

View File

@@ -49,6 +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: Install dependencies
run: |
pip install twine