Skip to content

Commit bdcaef5

Browse files
committed
do not install python on linux runners (#955)
1 parent 68fca08 commit bdcaef5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ jobs:
158158
ref: ${{ inputs.ref }}
159159
submodules: recursive
160160
- uses: actions/setup-python@v5
161+
if: matrix.friendlyName != 'Ubuntu'
161162
with:
162163
python-version: '3.11'
163164
- name: Use Node.js ${{ env.NODE_VERSION }}

0 commit comments

Comments
 (0)