From 06133e25f7e32849b6d450319395cba946d6b20c Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Thu, 8 Aug 2024 16:19:14 +0800 Subject: [PATCH] Revert "ci: try fix" This reverts commit 25ba812ed2682c27f9e6badc2f4da1d9c0113252. Retry. --- .github/workflows/tests.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 102b3a3a..fa15ae86 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -58,10 +58,7 @@ 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 - # 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 + run: pip install -U ${{ matrix.deps }} pytest 'pytest-asyncio>=0.23' pytest-httpbin pytest-rerunfailures structlog tomli platformdirs lxml jq 'werkzeug<2.1' awesomeversion - name: Decrypt keys env: KEY: ${{ secrets.KEY }}