mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-17 17:34:35 +08:00
rewrite deploy with macos
This commit is contained in:
6
.github/workflows/python-publish.yml
vendored
6
.github/workflows/python-publish.yml
vendored
@@ -120,9 +120,9 @@ jobs:
|
|||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
# - name: Install dependencies
|
- name: Install dependencies
|
||||||
# run: |
|
run: |
|
||||||
# make dev
|
make dev
|
||||||
# - name: Build wheel on ${{ matrix.os }}
|
# - name: Build wheel on ${{ matrix.os }}
|
||||||
# run: |
|
# run: |
|
||||||
# make build
|
# make build
|
||||||
|
|||||||
Reference in New Issue
Block a user