From b5f63fe78531e97a8221d64a7d9471509da3f41c Mon Sep 17 00:00:00 2001 From: cybersteve547 Date: Thu, 11 Dec 2025 18:10:28 -0500 Subject: [PATCH] Add pip install websockets to workflow, hopefully fixing the failed tests. Signed-off-by: cybersteve547 --- .github/workflows/pytest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index ea2b72f..c4d1082 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -31,6 +31,7 @@ jobs: pip install . # install scratchattach from fs and dependencies pip install pytest pip install cryptography + pip install websockets - name: Test with pytest env: