Skip to content

Commit

Permalink
ci: try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Nov 3, 2024
1 parent 3333faf commit eab5e76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
run: |
sudo apt update
sudo apt install -y libcurl4-openssl-dev
- name: Install lxml deps
- name: Install other deps
run: |
sudo apt update
sudo apt install -y libxml2-dev libxslt1-dev
sudo apt install -y libxml2-dev libxslt1-dev libjq-dev
# werkzeug is pinned for httpbin compatibility https://github.com/postmanlabs/httpbin/issues/673
- name: Install Python deps
run: pip install -U ${{ matrix.deps }} pytest 'pytest-asyncio>=0.24' pytest-httpbin pytest-rerunfailures structlog tomli platformdirs lxml jq 'werkzeug<2.1' awesomeversion
Expand Down

0 comments on commit eab5e76

Please sign in to comment.