Skip to content

Commit

Permalink
ci: 🎡 use python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
denghongcai committed Dec 18, 2024
1 parent 9718694 commit b370372
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- uses: actions/setup-python@v5
with:
python-version: '3.10'

- name: Set macOS system controls
if: runner.os == 'macOS'
run: |
Expand Down

0 comments on commit b370372

Please sign in to comment.