Skip to content

Commit

Permalink
python-app.yml: install ninja-build package
Browse files Browse the repository at this point in the history
Updated moulin integrated tests require the ninja-build package.

This patch adds installation of this package during execution of the
GitHub Action checks.

Signed-off-by: Mykhailo Androsiuk <[email protected]>
  • Loading branch information
Mykhailo Androsiuk committed Jan 20, 2024
1 parent 65abc7d commit 051f25f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
pip3 install flake8 pytest pyaml
# Needed by pygit package
sudo apt-get install python3-pygit2
# Needed by moulin integration tests
sudo apt-get install ninja-build
# Install other dependencies from setup.py
pip3 install .
- name: Lint with flake8
Expand Down

0 comments on commit 051f25f

Please sign in to comment.