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 }}"' \