Skip to content

Commit

Permalink
chore: temporarily fix the python3.7 version on macos to 3.7.16
Browse files Browse the repository at this point in the history
  • Loading branch information
longxiaofei committed Jun 20, 2023
1 parent 9310d32 commit d523a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Use Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
python-version: ${{ matrix.python-version == '3.7' && matrix.os-version == 'macos-latest' && '3.7.16' || matrix.python-version }}
- name: Download test data
working-directory: ./
run: |
Expand Down

0 comments on commit d523a06

Please sign in to comment.