mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-01 01:51:18 +08:00
fix build error
This commit is contained in:
6
.github/workflows/python-publish.yml
vendored
6
.github/workflows/python-publish.yml
vendored
@@ -49,13 +49,9 @@ 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
|
||||
python -m pip list
|
||||
- name: Build and publish
|
||||
run: |
|
||||
ls dist
|
||||
|
||||
Reference in New Issue
Block a user