We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5fec64 commit 61b5e78Copy full SHA for 61b5e78
.github/workflows/main.yml
@@ -141,10 +141,10 @@ jobs:
141
- name: Style dependencies
142
if: ${{ contains(matrix.env.GATE, 'style') }}
143
run: |
144
- sudo apt install python-pip python-setuptools
+ sudo apt install python3-pip python3-setuptools
145
cat common.json |
146
jq -r '.deps.common.packages | to_entries[] | select(.key | startswith("pip:")) | (.key | split(":")[1]) + .value' |
147
- xargs sudo pip install
+ xargs sudo pip3 install
148
- name: Build GraalVM and run gate
149
env: ${{ matrix.env }}
150
0 commit comments