1
0
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:
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 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