Skip to content

Commit

Permalink
tests: seems to need anyio?
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Dec 4, 2023
1 parent 2388b6f commit 26d07b9
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 @@ -54,7 +54,7 @@ jobs:
sudo apt install -y libcurl4-openssl-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 pytest-httpbin flaky structlog tomli platformdirs lxml 'werkzeug<2.1' awesomeversion
run: pip install -U ${{ matrix.deps }} pytest pytest-asyncio anyio pytest-httpbin flaky structlog tomli platformdirs lxml 'werkzeug<2.1' awesomeversion
- name: Decrypt keys
env:
KEY: ${{ secrets.KEY }}
Expand Down

0 comments on commit 26d07b9

Please sign in to comment.