Skip to content

Commit

Permalink
test fix CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
Linlang committed Mar 5, 2024
1 parent 77b6fcb commit 835ef12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_qlib_from_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:

- name: Set up Python ${{ matrix.python-version }}
if: (matrix.python-version == '3.8')
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.8.17"
python-version: "3.8.10"

# Since version 3.7 of python for MacOS is installed in CI, version 3.7.17, this version causes "_bz not found error".
# So we make the version number of python 3.7 for MacOS more specific.
Expand Down

0 comments on commit 835ef12

Please sign in to comment.