Skip to content

Commit

Permalink
github: install lxml module for python
Browse files Browse the repository at this point in the history
  • Loading branch information
dimmus committed Sep 14, 2023
1 parent 95c7bd3 commit 2215ebc
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/c-cpp.yml
Expand Up @@ -22,14 +22,12 @@ jobs:
sudo apt-get update
sudo apt-get install -y autopoint meson ninja-build gettext libunwind-dev libefl-all-dev libeet1 libeet-bin
sudo apt-get install -y check lcov
# - name: Setup python
# uses: actions/setup-python@master
- name: Setup python
uses: actions/setup-python@master
# with:
# python-version: 3.10
# - name: Install coverage
# run: |
# pip install coverage
# export PATH=~/.local/bin:"$PATH"
- name: Install python dependencies
run: pip install lxml
- name: Setup project (meson)
run: meson setup . build -Db_coverage=true -Dbuild-tests=true
- name: Build project (ninja)
Expand Down

0 comments on commit 2215ebc

Please sign in to comment.