From 824c17298401e6d03cd7c6190c0f7192b1746a9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 25 Sep 2024 21:31:40 +0200 Subject: [PATCH] Revert "ci: install version 3.35.5 of schemathesis" This reverts commit 2b702f21d384d68b239f4bedc62fe79effc65a36. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af3f731b2..bfed7aad3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -162,7 +162,7 @@ jobs: env: RELAY_PASSWORD: test run: | - sudo -H pip3 install --ignore-installed schemathesis==3.35.5 + sudo -H pip3 install --ignore-installed schemathesis weechat-headless \ --dir /tmp/weechat-test-api \ --run-command '/set relay.network.password "${{ env.RELAY_PASSWORD }}"' \