Skip to content

Commit

Permalink
Pin CI Python 3.7 to 3.7.16 as workaround
Browse files Browse the repository at this point in the history
The GitHub Actions CI for macOS with Python 3.7 leads to a `_bz2` missing module error (see actions/setup-python#682). Fix by pinning this Python to the prior version (eg see opendilab/DI-engine@f2881fe).
  • Loading branch information
yoda-vid committed Jun 26, 2023
1 parent 8999990 commit b2c0ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-latest, macos-latest, windows-latest]
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7.16, 3.8, 3.9]
exclude:
- os: ubuntu-20.04
python-version: 3.7
Expand Down

0 comments on commit b2c0ea4

Please sign in to comment.