Skip to content

Commit 34c371e

Browse files
committed
[GR-68873] Use correct Python version in GitHub style gate
PullRequest: graal/21915
2 parents df3910c + 1321c6f commit 34c371e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,7 @@ jobs:
200200
run: sudo apt install gdb
201201
- name: Install style dependencies
202202
if: ${{ env.MX_RUNS_STYLE == 'true' }}
203-
run: |
204-
sudo apt install python3-pip python-setuptools
205-
sudo pip install $(jq -r '[.pip | to_entries[] | join("")] | join(" ")' common.json)
203+
run: ${MX_PYTHON} -m pip install $(jq -r '[.pip | to_entries[] | join("")] | join(" ")' common.json)
206204
- name: Install additional pip packages
207205
if: ${{ matrix.env.PIP_PACKAGES != '' }}
208206
run: ${MX_PYTHON} -m pip install ${{ matrix.env.PIP_PACKAGES }}

0 commit comments

Comments
 (0)