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 5af52c2 commit 66fad0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_qlib_from_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if: (matrix.python-version == '3.8')
uses: actions/setup-python@v3
with:
python-version: "3.8.16"
python-version: "3.8.17"

# 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 66fad0a

Please sign in to comment.