Skip to content

Commit

Permalink
install specific version of python to resolve macOS CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Nov 26, 2023
1 parent 753b61c commit 2d0de53
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 @@ -153,6 +153,10 @@ jobs:
repository: ${{ inputs.repository || github.repository }}
ref: ${{ inputs.ref }}
submodules: recursive
- uses: actions/setup-python@v4
if: matrix.friendlyName != 'Ubuntu'
with:
python-version: '3.11'
- name: Use Node.js ${{ matrix.node }}
if: matrix.friendlyName != 'Ubuntu'
uses: actions/setup-node@v3
Expand Down

0 comments on commit 2d0de53

Please sign in to comment.