Skip to content

Commit

Permalink
skip installing python for linux runners
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Nov 26, 2023
1 parent c8854ec commit fb9a431
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 @@ -154,6 +154,7 @@ jobs:
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 }}
Expand Down

0 comments on commit fb9a431

Please sign in to comment.