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.
2 parents df3910c + 1321c6f commit 34c371eCopy full SHA for 34c371e
.github/workflows/main.yml
@@ -200,9 +200,7 @@ jobs:
200
run: sudo apt install gdb
201
- name: Install style dependencies
202
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)
+ run: ${MX_PYTHON} -m pip install $(jq -r '[.pip | to_entries[] | join("")] | join(" ")' common.json)
206
- name: Install additional pip packages
207
if: ${{ matrix.env.PIP_PACKAGES != '' }}
208
run: ${MX_PYTHON} -m pip install ${{ matrix.env.PIP_PACKAGES }}
0 commit comments