Skip to content

Commit

Permalink
retry with cython dep
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Aug 8, 2024
1 parent e46a99c commit 0590787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
# 3.13 failures
# httpbin: greenlet: C API
# jq: cython pyx
run: pip install -U ${{ matrix.deps }} pytest 'pytest-asyncio>=0.23' pytest-rerunfailures structlog tomli platformdirs lxml jq 'werkzeug<2.1' awesomeversion
run: pip install -U ${{ matrix.deps }} pytest 'pytest-asyncio>=0.23' pytest-httpbin pytest-rerunfailures structlog tomli platformdirs lxml cython jq 'werkzeug<2.1' awesomeversion
- name: Decrypt keys
env:
KEY: ${{ secrets.KEY }}
Expand Down

0 comments on commit 0590787

Please sign in to comment.