Skip to content

Commit b16d77f

Browse files
committed
do not install python on linux runners (#955)
1 parent 8195a68 commit b16d77f

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
@@ -157,6 +157,7 @@ jobs:
157157
ref: ${{ inputs.ref }}
158158
submodules: recursive
159159
- uses: actions/setup-python@v5
160+
if: matrix.friendlyName != 'Ubuntu'
160161
with:
161162
python-version: '3.11'
162163
- name: Use Node.js ${{ env.NODE_VERSION }}

0 commit comments

Comments
 (0)