From 1a0dc0610869a2d9311363dba702d2dabbfdc2ab Mon Sep 17 00:00:00 2001 From: Linlang Date: Thu, 19 Dec 2024 23:57:00 +0800 Subject: [PATCH] rewrite deploy with macos --- .github/workflows/test_qlib_from_pip.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test_qlib_from_pip.yml b/.github/workflows/test_qlib_from_pip.yml index 9415491b4..913f58cd8 100644 --- a/.github/workflows/test_qlib_from_pip.yml +++ b/.github/workflows/test_qlib_from_pip.yml @@ -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