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 authored Nov 26, 2023
1 parent e748e38 commit 9779df7
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 @@ -156,6 +156,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 9779df7

Please sign in to comment.