Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
venvis authored May 1, 2024
1 parent fd8625d commit 99a15dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ jobs:
run: |
python -m pip install --upgrade pip
sudo apt-get update
sudo apt-get install python3-dev
sudo apt-get install -y libxml2-dev libxslt1-dev
sudo apt-get install libxml2-dev libxslt1-dev
pip install Cython
python -m pip install --force-reinstall lxml
export CFLAGS="-I/path/to/python/include"
python -m pip install --upgrade pip setuptools wheel
pip install -e cellar/
Expand Down

0 comments on commit 99a15dd

Please sign in to comment.