Pin werkzeug for httpbin compatibility

This commit is contained in:
Chih-Hsuan Yen 2022-04-02 12:03:45 +08:00
parent c15e9b7576
commit 1235d77e72
No known key found for this signature in database
GPG Key ID: F98EF2A7B0A098AE
1 changed files with 2 additions and 1 deletions

View File

@ -43,8 +43,9 @@ jobs:
run: |
sudo apt update
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 appdirs lxml
run: pip install -U ${{ matrix.deps }} pytest pytest-asyncio pytest-httpbin flaky structlog tomli appdirs lxml 'werkzeug<2.1'
- name: Decrypt keys
env:
KEY: ${{ secrets.KEY }}