Skip to content

Commit

Permalink
chore(ci): workaround unittest raise bz2 import error issue (#2374)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianweidut authored Jun 20, 2023
1 parent fe9b195 commit 2bb9711
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ jobs:
strategy:
matrix:
python-version:
- "3.7"
# related issue: https://github.com/actions/setup-python/issues/682
# Python 3.7.17 in MacOSX will raise "No module named _bz2" exception.
# For Example: https://github.com/star-whale/starwhale/actions/runs/5318220340/jobs/9631411188?pr=2371
- "3.7.16"
- "3.8"
- "3.9"
- "3.10"
Expand Down

0 comments on commit 2bb9711

Please sign in to comment.