Skip to content

Commit

Permalink
Ensure all pip dependencies are installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Jan 8, 2024
1 parent 9761497 commit 25150f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,7 @@ jobs:
if: ${{ env.MX_RUNS_STYLE == 'true' }}
run: |
sudo apt install python3-pip python-setuptools
sudo pip install ninja_syntax$(jq -r '.pip.ninja_syntax' common.json)
sudo pip install lazy-object-proxy$(jq -r '.pip["lazy-object-proxy"]' common.json)
sudo pip install pylint$(jq -r '.pip.pylint' common.json)
sudo pip install $(jq -r '[.pip | to_entries[] | join("")] | join(" ")' common.json)
- name: Install additional pip packages
if: ${{ matrix.env.PIP_PACKAGES != '' }}
run: ${MX_PYTHON} -m pip install ${{ matrix.env.PIP_PACKAGES }}
Expand Down

0 comments on commit 25150f6

Please sign in to comment.