Skip to content

Commit

Permalink
Install more recent library versions for the wheel build.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Dec 13, 2022
1 parent ce4e5bc commit 98224b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: "3.x"

- name: Install lib dependencies
run: sudo apt-get update -y -q && sudo apt-get install -y -q "libxml2=2.9.10*" "libxml2-dev=2.9.10*" libxslt1.1 libxslt1-dev
run: sudo apt-get update -y -q && sudo apt-get install -y -q "libxml2=2.9.13*" "libxml2-dev=2.9.13*" libxslt1.1 libxslt1-dev

- name: Install Python dependencies
run: python -m pip install -U pip setuptools && python -m pip install -U docutils pygments sphinx sphinx-rtd-theme -r requirements.txt
Expand Down

0 comments on commit 98224b3

Please sign in to comment.