Skip to content

Commit

Permalink
the two problematic deps still remain
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Aug 8, 2024
1 parent 6b4d79f commit 7421b68
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 @@ -60,8 +60,8 @@ jobs:
- name: Install Python deps
# 3.13 failures
# httpbin: greenlet: C API
# jq: cython pyx
run: env JQPY_USE_SYSTEM_LIBS=1 pip install -U ${{ matrix.deps }} pytest 'pytest-asyncio>=0.23' pytest-httpbin pytest-rerunfailures structlog tomli platformdirs lxml cython jq 'werkzeug<2.1' awesomeversion
# jq: cython pyx; seems no way to call cython ourselves
run: env JQPY_USE_SYSTEM_LIBS=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 7421b68

Please sign in to comment.