1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

rewrite deploy with macos

This commit is contained in:
Linlang
2024-12-19 23:57:00 +08:00
parent 0f0f49c860
commit 1a0dc06108

View File

@@ -26,6 +26,11 @@ jobs:
- name: Test qlib from pip
uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Update pip to the latest version
run: |
python -m pip install --upgrade pip