Skip to content

Commit

Permalink
do not install python on linux runners (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Mar 17, 2024
1 parent 9529748 commit 8d25e04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ jobs:
ref: ${{ inputs.ref }}
submodules: recursive
- uses: actions/setup-python@v5
if: matrix.friendlyName != 'Ubuntu'
with:
python-version: '3.11'
- name: Use Node.js ${{ env.NODE_VERSION }}
Expand Down

0 comments on commit 8d25e04

Please sign in to comment.