Skip to content

Commit

Permalink
ci: try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Aug 8, 2024
1 parent f521dfa commit 25ba812
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ jobs:
sudo apt install -y libxml2-dev libxslt1-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.23' pytest-httpbin pytest-rerunfailures structlog tomli platformdirs lxml jq 'werkzeug<2.1' awesomeversion
# 3.13 failures
# httpbin: greenlet: C API
# jq: cython pyx
run: env PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1 pip install -U ${{ matrix.deps }} pytest 'pytest-asyncio>=0.23' pytest-rerunfailures structlog tomli platformdirs lxml 'werkzeug<2.1' awesomeversion
- name: Decrypt keys
env:
KEY: ${{ secrets.KEY }}
Expand Down

0 comments on commit 25ba812

Please sign in to comment.