1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-02 10:31:00 +08:00

rewrite deploy with macos

This commit is contained in:
Linlang
2024-12-19 18:44:41 +08:00
parent 2d595aca08
commit e28c1e0c38

View File

@@ -120,9 +120,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
# - name: Install dependencies
# run: |
# make dev
- name: Install dependencies
run: |
make dev
# - name: Build wheel on ${{ matrix.os }}
# run: |
# make build